Skip to content

Commit

Permalink
Testing against Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Dec 24, 2015
1 parent fafc389 commit 217d383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ env:
- TOX_ENV=py27-16
- TOX_ENV=py27-17
- TOX_ENV=py27-18
- TOX_ENV=py27-19
- TOX_ENV=py33-17
- TOX_ENV=py33-18
- TOX_ENV=py34-17
- TOX_ENV=py34-18
- TOX_ENV=py34-19
- TOX_ENV=pypy-15
- TOX_ENV=pypy-16
- TOX_ENV=pypy-17
- TOX_ENV=pypy-18
- TOX_ENV=pypy-19
before_install:
- sudo pip install tox
script:
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
minversion = 1.8
envlist =
py26-{15,16},
py27-{15,16,17,18,master},
py27-{15,16,17,18,19,master},
py33-{17,18,master},
py34-{17,18,master},
pypy-{15,16,17,18,master}
py34-{17,18,19,master},
pypy-{15,16,17,18,19,master}

[testenv]
commands = python runtests.py
Expand All @@ -14,5 +14,6 @@ deps =
16: Django >= 1.6, < 1.7
17: Django >= 1.7, < 1.8
18: Django >= 1.8, < 1.9
19: Django >= 1.9, < 1.10
master: https://github.com/django/django/tarball/master#egg=Django
-r{toxinidir}/requirements/tests.txt

0 comments on commit 217d383

Please sign in to comment.