[tox]
envlist=clear,
d1{4,5,6}-py27,
- d17-py{27,34},
- d{18,19,110}-py{27,34,35},
- d111-py{27,34,35,36,37},
- d20-py{34,35,36,37},
- d{21,22}-py{35,36,37},
+ d17-py27,
+ d{18,19,110}-py{27,35},
+ d111-py{27,35,36,37},
+ d20-py{35,36,37},
+ d21-py{35,36,37},
+ d22-py{35,36,37,38},
+ d30-py{36,37,38},
stats
[testenv]
d111: Django>=1.11,<2.0
d20: Django>=2.0,<2.1
d21: Django>=2.1,<2.2
+ d22: Django>=2.2,<3.0
+ d30: Django>=3.0,<3.1
coverage
extras=
textile
[testenv:clear]
-basepython=python3.4
+basepython=python3
commands=coverage erase
[testenv:stats]
-basepython=python3.4
+basepython=python3
commands=coverage html