Skip to content

Commit

Permalink
The upcoming Django 2.0 dropped support for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 2, 2017
1 parent 373a0b0 commit 346b0b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ matrix:
allow_failures:
- env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
exclude:
- python: '2.7'
env: REQ="https://github.com/django/django/archive/stable/2.0.x.zip#egg=Django"
- python: '2.7'
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
services:
Expand Down

0 comments on commit 346b0b7

Please sign in to comment.