Skip to content

Commit

Permalink
Update exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Apr 10, 2017
1 parent 6aa8839 commit 9b020a7
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,24 @@ after_success:
matrix:
exclude:
- python: 2.6
env: DJANGO=1.7.7
env: DJANGO=<1.8
- python: 2.6
env: DJANGO=1.8.3
env: DJANGO=<1.9
- python: 2.6
env: DJANGO=1.9.8
env: DJANGO=<1.10
- python: 3.2
env: DJANGO=1.9.8
env: DJANGO=<1.10
- python: 3.3
env: DJANGO=1.9.8
env: DJANGO=<1.10
- python: 2.6
env: DJANGO=1.10.0
env: DJANGO=<1.11
- python: 3.2
env: DJANGO=1.10.0
env: DJANGO=<1.11
- python: 3.3
env: DJANGO=1.10.0
env: DJANGO=<1.11
- python: 2.6
env: DJANGO=<1.12
- python: 3.2
env: DJANGO=<1.12
- python: 3.3
env: DJANGO=<1.12

0 comments on commit 9b020a7

Please sign in to comment.