diff options
author | Stephen Finucane <stephen@that.guru> | 2020-05-01 10:02:11 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-05-01 10:02:11 +0100 |
commit | 6841ba379d757a1a1588442dd72766533ccf6589 (patch) | |
tree | 3533308e18d6c1310a041734c6df885f89190051 | |
parent | 029aff107ea9950418f9ad3cf44c3ba1ca3ea3ee (diff) | |
download | patchwork-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.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |