Skip to content

Commit 845e43f

Browse files
committed
update tox
1 parent a859577 commit 845e43f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tox.ini

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35-django{1.8,1.9,1.10}, flake8
2+
envlist = py35-django{1.11,1.10}, py36-django{1.11}, py37-django{1.11,2.2}
33

44
[testenv]
55
sitepackages = False
@@ -9,16 +9,12 @@ deps =
99
django1.8: Django>=1.8.0,<1.9.0
1010
django1.9: Django>=1.9.0,<1.10.0
1111
django1.10: Django>=1.10.0,<1.11.0
12+
django1.11: Django>=1.11.17,<2.0
13+
django2.2: Django>=2.2.17,<3.0
1214

1315
setenv =
1416
PYTHONPATH={toxinidir}/tests
1517
DJANGO_SETTINGS_MODULE=settings
1618
commands =
1719
{envpython} -Wall tests/manage.py test {posargs}
1820

19-
[testenv:flake8]
20-
basepython = python2.7
21-
deps =
22-
flake8
23-
commands =
24-
flake8 djcelery

0 commit comments

Comments
 (0)