Don't run Django main test on Python < 3.8.

This commit is contained in:
Jannis Leidel 2021-03-09 14:24:00 +01:00
parent 71c3b73bc9
commit 263d4565a9
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -1,7 +1,7 @@
[tox]
envlist =
# list of supported Django/Python versioons:
py{36,37,py3}-dj{22,30,31}
py{36,37,38,39,py3}-dj{22,30,31}
py{38,39}-djmain
py38-{lint,docs}