Skip to content

Commit

Permalink
Tested against the Django 1.10 alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jun 1, 2016
1 parent 03fb086 commit 5c8fb72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ env:
- TOXENV=isort
- TOXENV=py27-1.8
- TOXENV=py27-1.9
- TOXENV=py27-1.10
- TOXENV=py27-master
- TOXENV=py32-1.8
- TOXENV=py33-1.8
- TOXENV=py34-1.8
- TOXENV=py34-1.9
- TOXENV=py34-1.10
- TOXENV=py34-master

matrix:
include:
- python: 3.5
env: TOXENV=py35-1.9
- python: 3.5
env: TOXENV=py35-1.10
- python: 3.5
env: TOXENV=py35-master
allow_failures:
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ args_are_paths = false
envlist =
flake8,
isort,
py27-{1.8,1.9,master},
py27-{1.8,1.9,1.10,master},
py32-{1.8},
py33-{1.8},
py34-{1.8,1.9,master},
py35-{1.9,master}
py34-{1.8,1.9,1.10,master},
py35-{1.9,1.10,master}

[testenv]
basepython =
Expand All @@ -25,6 +25,7 @@ deps =
{py27,py33,py34,py35}: coverage
1.8: Django>=1.8,<1.9
1.9: Django>=1.9,<1.10
1.10: Django>=1.10a1,<1.11
master: https://github.com/django/django/archive/master.tar.gz

[testenv:flake8]
Expand Down

0 comments on commit 5c8fb72

Please sign in to comment.