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
4dbb969d2f
commit
37ebfee7a1
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37}-dj{22,30,31}
|
||||
py{36,37,38,39}-dj{22,30,31}
|
||||
py{38,39}-djangomain
|
||||
flake8
|
||||
isort
|
||||
|
|
|
|||
Loading…
Reference in a new issue