Skip to content

Commit

Permalink
Fix Django version constraint (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
catcombo authored and sobolevn committed Oct 23, 2019
1 parent 20616bf commit b0915a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ python:
- 3.7

env:
- DJANGO_VERSION: "'Django~=1.11'"
- DJANGO_VERSION: "'Django~=2.1'"
- DJANGO_VERSION: "'Django~=2.2'"
- DJANGO_VERSION: "'Django~=1.11.0'"
- DJANGO_VERSION: "'Django~=2.1.0'"
- DJANGO_VERSION: "'Django~=2.2.0'"

before_install:
- pip freeze | xargs pip uninstall -y
Expand Down

0 comments on commit b0915a5

Please sign in to comment.