Skip to content

Commit

Permalink
add Django-2.1 and 2.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 27, 2019
1 parent a4b5ac0 commit 90497ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35,36,37}-django{110,111}
envlist = py{35,36,37}-django{110,111,21,22}

[testenv]
changedir = tests
Expand All @@ -9,5 +9,7 @@ commands =
deps =
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
setenv =
DJANGO_DEBUG = 1

0 comments on commit 90497ea

Please sign in to comment.