summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2019-05-06 18:30:38 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2019-05-06 18:30:38 +0200
commit0c1041717d138450387ad8a7edcfb00344d97df4 (patch)
tree6efb6cf97aec4a668b42dcf13e97e1fb1c433630
parentd891c20f0f930153f508e9d698d9de42e910face (diff)
downloadraven-0c1041717d138450387ad8a7edcfb00344d97df4.tar.gz
fix: django-dev does not work on older Py3
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6bcee83..90ba740 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ envlist =
pypy
flake8
# contrib
- {py35,py36,py37}-django-dev
+ {py37}-django-dev
{py35,py36,py37}-django-{200}
{py27,py35}-django-111
{py27,py34,py35,py36}-django-{18,19,110}