mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-24 07:03:49 +00:00
Don't run Django main test on Python < 3.8.
This commit is contained in:
parent
e762d154ed
commit
9ff7f8e9fc
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,7 +1,8 @@
|
|||
[tox]
|
||||
envlist =
|
||||
# list of supported Django/Python versioons:
|
||||
py{36,37,38,39,py3}-dj{22,30,31,main}
|
||||
py{36,37,py3}-dj{22,30,31}
|
||||
py{38,39}-djmain
|
||||
py38-{lint,docs}
|
||||
|
||||
[gh-actions]
|
||||
|
|
|
|||
Loading…
Reference in a new issue