summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d70a43b..8f48a88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ env:
# command to install dependencies
install:
- - "easy_install git+https://github.com/FOSSEE/online_test.git#egg=django_exam-0.1"
+ - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1
- pip install -q Django==$DJANGO --use-mirrors
before_install:
@@ -17,6 +17,6 @@ before_install:
- sudo apt-get install -y scilab
# command to run tests
-script:
- - nosetests ./yaksh/tests/
- - python manage.py test \ No newline at end of file
+script:
+ - test $DJANGO=1.5.7 && nosetests ./yaksh/evaluator_tests/
+ - python manage.py test yaksh \ No newline at end of file