Support for Django up to 2.2.
[fnpdjango.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 2175e7c..5e71cfb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,8 +7,8 @@ envlist=clear,
     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},
-    #d21-py{35,36,37},
+    d20-py{34,35,36,37},
+    d{21,22}-py{35,36,37},
     stats
 
 [testenv]
@@ -25,6 +25,8 @@ deps=
     d20: Django>=2.0,<2.1
     d21: Django>=2.1,<2.2
     coverage
+extras=
+    textile
 
 [testenv:clear]
 basepython=python3.4