Skip to content

Commit

Permalink
Merge pull request #183 from bradjasper/test-matrix-django-1.11
Browse files Browse the repository at this point in the history
Add Django 1.11 to testing matrix
  • Loading branch information
dmkoch committed Mar 8, 2017
2 parents ec98386 + 5bdb1d1 commit 19cdf7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=master
matrix:
exclude:
Expand All @@ -19,6 +20,8 @@ matrix:
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=1.10
- python: "3.3"
env: DJANGO=1.11
- python: "3.3"
env: DJANGO=master
- python: "3.4"
Expand Down
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist =
py27-{1.8,1.9,1.10},
py27-{1.8,1.9,1.10,1.11},
py33-{1.8},
py34-{1.8,1.9,1.10},
py35-{1.8,1.9,1.10,master},
py36-{master}
py34-{1.8,1.9,1.10,1.11},
py35-{1.8,1.9,1.10,1.11,master},
py36-{1.11,master}
skipsdist = {env:TOXBUILD:false}

[testenv]
Expand All @@ -14,6 +14,7 @@ deps =
1.8: Django>=1.8,<1.9
1.9: Django>=1.9,<1.10
1.10: Django>=1.10,<1.11
1.11: Django>=1.11b1,<2.0
master: https://github.com/django/django/tarball/master
setenv =
LANG=en_US.UTF-8
Expand Down

0 comments on commit 19cdf7a

Please sign in to comment.