summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2016-05-17 12:37:43 +0530
committerankitjavalkar2016-05-18 10:50:36 +0530
commit3394e1fc639496b507e86ea025928c521a572f5d (patch)
treeb6681268ca32ed4cafa09add1190b127c793e63a
parent5c74697b00ea08a2b78615637d8b322410fca4b0 (diff)
downloadonline_test-3394e1fc639496b507e86ea025928c521a572f5d.tar.gz
online_test-3394e1fc639496b507e86ea025928c521a572f5d.tar.bz2
online_test-3394e1fc639496b507e86ea025928c521a572f5d.zip
Update django version in .travis.yml
-rw-r--r--.travis.yml3
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