summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-05-27 12:34:13 +0530
committerPrabhu Ramachandran2016-05-27 12:34:13 +0530
commit660a8b4f8b21a1e5836536a9db755fcf840ecd63 (patch)
tree4fcb578e2e36bcb738e904345639b12e6d4d3c18 /.travis.yml
parent2af8dbd65fb6e9246b5617596780239c5d754714 (diff)
parente73ff2242c0b036999cc03bc690cd9d9596faf37 (diff)
downloadonline_test-660a8b4f8b21a1e5836536a9db755fcf840ecd63.tar.gz
online_test-660a8b4f8b21a1e5836536a9db755fcf840ecd63.tar.bz2
online_test-660a8b4f8b21a1e5836536a9db755fcf840ecd63.zip
Merge pull request #103 from ankitjavalkar/new-django-travis
Update django version in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 38db811..6a4c8cf 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:
@@ -19,5 +19,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