diff options
author | adityacp | 2017-01-10 17:34:42 +0530 |
---|---|---|
committer | adityacp | 2017-01-11 11:04:04 +0530 |
commit | 67ed7f2a9bd137d746f1535cd3faee4d42bdbc9b (patch) | |
tree | c2f392c91fe695f2dba5cabffc62dc3ccd3b77eb /.travis.yml | |
parent | 38f2fe792c2c3b61a51d2bb2d41dcba8e9bf1d43 (diff) | |
download | online_test-67ed7f2a9bd137d746f1535cd3faee4d42bdbc9b.tar.gz online_test-67ed7f2a9bd137d746f1535cd3faee4d42bdbc9b.tar.bz2 online_test-67ed7f2a9bd137d746f1535cd3faee4d42bdbc9b.zip |
Remove django 1.8 dependency from travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c47785e..5b8ff2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - "3.5" env: - - DJANGO=1.8.13 - DJANGO=1.9.5 # command to install dependencies |