mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Remove Django 3.1 from Python 3.10 env in tox.
This commit is contained in:
parent
fc5f8adef2
commit
f513e948d6
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37,38,39}-dj{22,31,32}
|
||||
py310-dj{31,32}
|
||||
py{36,37,38,39}-dj{22,31}
|
||||
py{36,37,38,39,310}-dj32
|
||||
py{38,39,310}-djmain
|
||||
flake8
|
||||
isort
|
||||
|
|
|
|||
Loading…
Reference in a new issue