diff options
author | Prabhu Ramachandran | 2015-10-13 13:54:41 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-10-13 13:54:41 +0530 |
commit | 5e47b0d885e0bac9d9ff147ba926946df9f624e9 (patch) | |
tree | 593648f40b9d2cb8d756f65c384d665a8de853c6 /.travis.yml | |
parent | 38812e177e27c4229e68a6f40394e90a5ee76efd (diff) | |
parent | 5061c2a44ca6a9f69793a7cc00a1262aa2531fc4 (diff) | |
download | online_test-5e47b0d885e0bac9d9ff147ba926946df9f624e9.tar.gz online_test-5e47b0d885e0bac9d9ff147ba926946df9f624e9.tar.bz2 online_test-5e47b0d885e0bac9d9ff147ba926946df9f624e9.zip |
Merge pull request #60 from ankitjavalkar/add-missing-tests
Add missing evaluator tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
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 |