diff options
author | Prabhu Ramachandran | 2017-01-16 21:59:30 +0530 |
---|---|---|
committer | GitHub | 2017-01-16 21:59:30 +0530 |
commit | 10b4635ab0684a698382a3e167ef546bb3ff97b7 (patch) | |
tree | cf75812acecffeb81081c9ba2632dfca481dd2ad /.travis.yml | |
parent | d03826261adae349151e28d09ea2e2f85e168909 (diff) | |
parent | 67ed7f2a9bd137d746f1535cd3faee4d42bdbc9b (diff) | |
download | online_test-10b4635ab0684a698382a3e167ef546bb3ff97b7.tar.gz online_test-10b4635ab0684a698382a3e167ef546bb3ff97b7.tar.bz2 online_test-10b4635ab0684a698382a3e167ef546bb3ff97b7.zip |
Merge pull request #177 from adityacp/fix_management_commands
Fix management commands
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 |