Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
Merge 471160b into f76f69c
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jul 8, 2019
2 parents f76f69c + 471160b commit d25665f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ python:
- 2.7

env:
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=1.11,<1.12"
- DJANGO="Django>=1.10,<1.11"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django==2.0.*"
- DJANGO="Django==1.11.*"
- DJANGO="Django==1.10.*"
- DJANGO="Django==1.9.*"
- DJANGO="Django==1.8.*"
- DJANGO="Django==1.7.*"

install:
- pip install -U coverage coveralls $DJANGO
Expand All @@ -23,13 +23,13 @@ matrix:

exclude:
- python: 3.6
env: DJANGO="Django>=1.7,<1.8"
env: DJANGO="Django==1.7.*"

- python: 3.5
env: DJANGO="Django>=1.7,<1.8"
env: DJANGO="Django==1.7.*"

- python: 2.7
env: DJANGO="Django>=2.0,<2.1"
env: DJANGO="Django==2.0.*"


after_success:
Expand Down

0 comments on commit d25665f

Please sign in to comment.