Skip to content

Commit

Permalink
Merge pull request #686 from mgrdcm/test-django-1-11-with-python3-6
Browse files Browse the repository at this point in the history
Travis tests for Python 3.6 on Django >= 11
  • Loading branch information
bmihelac committed Nov 28, 2017
2 parents 77e20b5 + deb2625 commit af35835
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 af35835

Please sign in to comment.