diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8f48a88..f7dd15d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: - "2.7" env: - - DJANGO=1.5.7 - DJANGO=1.6.4 + - DJANGO=1.9 # command to install dependencies install: @@ -18,5 +18,4 @@ before_install: # command to run tests script: - - test $DJANGO=1.5.7 && nosetests ./yaksh/evaluator_tests/ - python manage.py test yaksh
\ No newline at end of file |