Skip to content

Commit

Permalink
Update .travis.yml with Django 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 4, 2017
1 parent 063da6a commit c040780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
- '3.5'
env:
- REQ="Django>=1.10,<1.11"
- REQ="https://github.com/django/django/archive/stable/1.11.x.zip#egg=Django"
- REQ="Django>=1.11,<2.0"
- REQ="https://github.com/django/django/archive/master.zip#egg=Django"
matrix:
allow_failures:
Expand Down

0 comments on commit c040780

Please sign in to comment.