Skip to content

Commit

Permalink
Add Django 1.10 in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Oct 10, 2016
1 parent fb0d44e commit 3376c9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27-dj{18,19},
py{34,35}-dj{18,19}
py27-dj{19,110},
py{34,35}-dj{19,110}
downloadcache = .tox/_download/

[testenv]
Expand All @@ -15,6 +15,5 @@ commands =
make test
deps =
coverage
{py27,py34,py35}-dj17: Django>=1.8,<1.9
{py27,py34,py35}-dj18: Django>=1.8,<1.9
{py27,py34,py35}-dj19: Django>=1.9,<1.10
{py27,py34,py35}-dj19: Django>=1.10,<1.11

0 comments on commit 3376c9c

Please sign in to comment.