I occasionally forget myself and run e.g. 'tox -e pyNN' when I want to
sanity check something instead of 'tox -e pyNN-djangoMM'. Add fallback
Django versions so that this doesn't crash and burn. It's less succict
than it could be since tox doesn't seem to support '!django{22,30}'
(yet!).
Signed-off-by: Stephen Finucane <stephen@that.guru>
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