diff options
author | Prabhu Ramachandran | 2016-07-08 07:57:40 -0500 |
---|---|---|
committer | GitHub | 2016-07-08 07:57:40 -0500 |
commit | 7564d453228cfebf4709cbbd19609f0614b6b9bc (patch) | |
tree | 55818b1927be1d927b469bdc937c561f6c3145e2 /.travis.yml | |
parent | 67f77a6a05ed722609ec2fc74e2ba10751c70e08 (diff) | |
parent | 2986a8a92b0548b3e7e960aea1c175bb4eddac11 (diff) | |
download | online_test-7564d453228cfebf4709cbbd19609f0614b6b9bc.tar.gz online_test-7564d453228cfebf4709cbbd19609f0614b6b9bc.tar.bz2 online_test-7564d453228cfebf4709cbbd19609f0614b6b9bc.zip |
Merge pull request #104 from ankitjavalkar/view-tests
Add tests for views
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6a4c8cf..508336d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: - "2.7" env: - - DJANGO=1.6.4 - - DJANGO=1.9 + - DJANGO=1.8.13 + - DJANGO=1.9.5 # command to install dependencies install: |