Skip to content

Commit

Permalink
Merge a7397fe into 70b29bf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed Nov 24, 2017
2 parents 70b29bf + a7397fe commit 66f6f3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
Expand Down Expand Up @@ -38,5 +39,13 @@ matrix:
env: DJANGO="Django>=1.6,<1.7"
- python: "3.5"
env: DJANGO="Django>=1.7,<1.8"
- python: "3.6"
env: DJANGO="Django>=1.6,<1.7"
- python: "3.6"
env: DJANGO="Django>=1.7,<1.8"
- python: "3.6"
env: DJANGO="Django>=1.8,<1.9"
- python: "3.6"
env: DJANGO="Django>=1.9,<1.10"
allow_failures:
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

0 comments on commit 66f6f3f

Please sign in to comment.