Skip to content

Commit

Permalink
exclude python 3+ and django 2+ combo in tests (second try)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamstooks committed Apr 2, 2018
1 parent a69b5e3 commit 1b8e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

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

install:
Expand Down

0 comments on commit 1b8e1a3

Please sign in to comment.