Skip to content

Commit

Permalink
Corrected .travis.yml pip install line again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Blah committed Jul 28, 2016
1 parent 7d314ec commit b8f03cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ python:
- "3.4"
- "3.5"
env:
- DJANGO=">= 1.7,<1.8"
- DJANGO=">= 1.8,<1.9"
- DJANGO=">= 1.9,<1.10"
- DJANGO="django>=1.7,<1.8"
- DJANGO="django>=1.8,<1.9"
- DJANGO="django>=1.9,<1.10"
install:
- pip install -q Django$DJANGO
- pip install -q $DJANGO
- pip install pep8
- pip install coveralls
- pip install django-easysettings
Expand Down

0 comments on commit b8f03cf

Please sign in to comment.