Skip to content

Commit

Permalink
Set env in exclude to match exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Nov 18, 2014
1 parent a7e1a3c commit 5250a73
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -11,15 +11,13 @@ env:
matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7
env: DJANGO=1.7 DJANGO_VERSION_MIN=1.7 DJANGO_VERSION_MAX=1.8
- python: "3.3"
env: DJANGO=1.4
- python: "3.3"
env: DJANGO=1.4
env: DJANGO=1.4 DJANGO_VERSION_MIN=1.4 DJANGO_VERSION_MAX=1.5
- python: "3.4"
env: DJANGO=1.4
env: DJANGO=1.4 DJANGO_VERSION_MIN=1.4 DJANGO_VERSION_MAX=1.5
- python: "3.4"
env: DJANGO=1.6
env: DJANGO=1.6 DJANGO_VERSION_MIN=1.6 DJANGO_VERSION_MAX=1.7
install:
- pip install -q "Django>=$DJANGO_VERSION_MIN,<$DJANGO_VERSION_MAX"
- pip install -q django-nose==1.2 coverage coveralls flake8
Expand Down

0 comments on commit 5250a73

Please sign in to comment.