Skip to content

Commit

Permalink
Update test suite to supported Python and Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer authored and lamby committed Jun 21, 2019
1 parent 64a3c69 commit 9338b5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py34,py35,py36}-django{18,19,110}
envlist = py27-django111,{py35,py36,py37}-django{111,20,21,22}

[testenv]
commands =
Expand All @@ -8,6 +8,7 @@ commands =
deps =
six
coverage
django18: django==1.8
django19: django==1.9
django110: django==1.10b1
django111: django==1.11
django20: django==2.0
django21: django==2.1
django22: django==2.2

0 comments on commit 9338b5b

Please sign in to comment.