Skip to content

Commit

Permalink
Exclude python 2 builds for Django 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed Dec 4, 2017
1 parent 7485051 commit 7c4a25a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ env:
matrix:
fast_finish: true
exclude:
- python: "3.3"
env: DJANGO="django>=1.11,<2.0"
- python: "2.7"
env: DJANGO="django>=2.0,<2.1"
- python: "pypy"
env: DJANGO="django>=2.0,<2.1"
- python: "pypy3"
env: DJANGO="django>=1.11,<2.0"
script:
Expand Down

0 comments on commit 7c4a25a

Please sign in to comment.