summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-05-01 10:02:11 +0100
committerStephen Finucane <stephen@that.guru>2020-05-01 10:02:11 +0100
commit6841ba379d757a1a1588442dd72766533ccf6589 (patch)
tree3533308e18d6c1310a041734c6df885f89190051
parent029aff107ea9950418f9ad3cf44c3ba1ca3ea3ee (diff)
downloadpatchwork-6841ba379d757a1a1588442dd72766533ccf6589.tar
patchwork-6841ba379d757a1a1588442dd72766533ccf6589.tar.gz
Revert "tox: Add default Django version"
This reverts commit 029aff107ea9950418f9ad3cf44c3ba1ca3ea3ee. It appears this isn't supported by tox either :( Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index c20ef89..0e4c78f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,9 +14,6 @@ deps =
django30: django>=3.0,<3.1
django30: djangorestframework>=3.10,<3.12
django30: django-filter>=2.2,<3.0
- !django22,!django30: django>=3.0,<3.1
- !django22,!django30: djangorestframework>=3.10,<3.12
- !django22,!django30: django-filter>=2.2,<3.0
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
PYTHONDONTWRITEBYTECODE = 1