Skip to content

Commit

Permalink
Fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Apr 29, 2017
1 parent 9e46409 commit 8817e3c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@ after_success:
matrix:
exclude:
- python: 2.6
env: DJANGO=<1.8
env: DJANGO="<1.8"
- python: 2.6
env: DJANGO=<1.9
env: DJANGO="<1.9"
- python: 2.6
env: DJANGO=<1.10
env: DJANGO="<1.10"
- python: 3.2
env: DJANGO=<1.10
env: DJANGO="<1.10"
- python: 3.3
env: DJANGO=<1.10
env: DJANGO="<1.10"
- python: 2.6
env: DJANGO=<1.11
env: DJANGO="<1.11"
- python: 3.2
env: DJANGO=<1.11
env: DJANGO="<1.11"
- python: 3.3
env: DJANGO=<1.11
env: DJANGO="<1.11"
- python: 2.6
env: DJANGO=<1.12
env: DJANGO="<1.12"
- python: 3.2
env: DJANGO=<1.12
env: DJANGO="<1.12"
- python: 3.3
env: DJANGO=<1.12
env: DJANGO="<1.12"

0 comments on commit 8817e3c

Please sign in to comment.