mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Don't run Django main test on Python < 3.8.
This commit is contained in:
parent
2b18cb6b84
commit
4dbb969d2f
1 changed files with 4 additions and 2 deletions
6
tox.ini
6
tox.ini
|
|
@ -1,7 +1,9 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37,38,39}-dj{22,30,31,main}
|
||||
flake8, isort
|
||||
py{36,37}-dj{22,30,31}
|
||||
py{38,39}-djangomain
|
||||
flake8
|
||||
isort
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
|
|||
Loading…
Reference in a new issue