diff options
author | ankitjavalkar | 2015-10-09 15:45:10 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-10-13 12:52:52 +0530 |
commit | 5061c2a44ca6a9f69793a7cc00a1262aa2531fc4 (patch) | |
tree | 593648f40b9d2cb8d756f65c384d665a8de853c6 /.travis.yml | |
parent | bc5fc32fdf8015a069a0a22454400b5ed7b03abc (diff) | |
download | online_test-5061c2a44ca6a9f69793a7cc00a1262aa2531fc4.tar.gz online_test-5061c2a44ca6a9f69793a7cc00a1262aa2531fc4.tar.bz2 online_test-5061c2a44ca6a9f69793a7cc00a1262aa2531fc4.zip |
Fix test cases
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index dea6396..8f48a88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,6 @@ before_install: - sudo apt-get install -y scilab # command to run tests -script: - - nosetests ./yaksh/evaluator_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 |