Skip to content

Commit

Permalink
Fix django version
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Apr 10, 2017
1 parent 9cc659c commit 0647e92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ python:
- 3.4
- pypy
env:
- DJANGO="<1.7"
- DJANGO="<1.8"
- DJANGO="<1.9"
- DJANGO="<1.10"
- DJANGO="<1.11"
- DJANGO="<1.12"
- DJANGO=<1.7
- DJANGO=<1.8
- DJANGO=<1.9
- DJANGO=<1.10
- DJANGO=<1.11
- DJANGO=<1.12
before_install:
- export DJANGO_SETTINGS_MODULE=jet.tests.settings
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q "Django${DJANGO}" --use-mirrors
- pip install . --use-mirrors
- pip install coverage==3.7.1
- pip install coveralls==0.5
Expand Down

0 comments on commit 0647e92

Please sign in to comment.