Skip to content

Commit

Permalink
Exclude Django 2.1 on Python 3.2
Browse files Browse the repository at this point in the history
This is not a supported combination.
  • Loading branch information
kevin-brown committed Oct 24, 2018
1 parent adab4b2 commit 4cb60d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ matrix:
env: DJANGO_VERSION=">=1.11.0,<2.0.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.3"
Expand Down

0 comments on commit 4cb60d0

Please sign in to comment.