]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tox: Add default Django version
authorStephen Finucane <stephen@that.guru>
Thu, 30 Apr 2020 21:22:10 +0000 (22:22 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 30 Apr 2020 21:24:46 +0000 (22:24 +0100)
commit029aff107ea9950418f9ad3cf44c3ba1ca3ea3ee
treebad532edd45313bb19e915a23b8939129df32858
parente5c5f8fcdb2d05b1bc4ae83aa6223d3f8f5fc080
tox: Add default Django version

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>
tox.ini