Skip to content

Commit

Permalink
Merge deb2625 into 70b29bf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed Nov 24, 2017
2 parents 70b29bf + deb2625 commit 83dba5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,15 @@ 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"
- python: "3.6"
env: DJANGO="Django>=1.10,<1.11"
allow_failures:
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

0 comments on commit 83dba5d

Please sign in to comment.