Add tests for Django 3, remove for Python 3.4.
[fnpdjango.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5e71cfb..22102fa 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,11 +4,13 @@
 [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]
@@ -24,15 +26,17 @@ deps=
     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