Skip to content

Commit

Permalink
Fix to travis file to solve issue with TravisCI platform report
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-code committed Jul 11, 2017
1 parent af7b560 commit 67da549
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 @@ -4,16 +4,16 @@ python:
- "3.5"
env:
matrix:
- DJANGO="Django<1.9"
- DJANGO="Django<1.10"
- DJANGO="Django<1.11"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
- DJANGO="Django>=1.11,<1.12"
branches:
only:
- master
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install "$DJANGO"
- pip install -r requirements.txt
- pip install python-coveralls
- pip install coverage
before_script:
Expand Down

0 comments on commit 67da549

Please sign in to comment.