Skip to content

Commit

Permalink
exclude python 3+ and django 2+ combo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamstooks committed Apr 2, 2018
1 parent 661dee5 commit a69b5e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ env:
- DJANGO_VERSION=">=1.9,<1.10"
- DJANGO_VERSION=">=1.10,<2.0"
- DJANGO_VERSION=">=2.0"

matrix:
exclude:
- python: 2.7
env: DJANGO_VERSION=">=2.0"

install:
- pip install -q Django$DJANGO_VERSION
Expand Down

0 comments on commit a69b5e3

Please sign in to comment.