Skip to content

Commit ad74cfc

Browse files
committed
Run tests against python 3.5, 3.6, 3.7 and Django 1.11, 2.0 and 2.1
1 parent ab96f25 commit ad74cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
2-
envlist = py35-dj{111,20}
2+
envlist = py35-dj{111,20,21}, py36-dj{111,20,21}, py37-dj{111,20,21}
33

44
[testenv]
55
deps =
66
dj111: Django>=1.11,<1.12
77
dj20: Django>=2.0,<2.1
8+
dj21: Django>=2.1,<2.2
89
-rrequirements/test.txt
910
setenv =
1011
DJANGO_SETTINGS_MODULE=settings

0 commit comments

Comments
 (0)