mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix env list in tox.ini
This commit is contained in:
parent
fd35c61fda
commit
5df31ea6b5
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
{py37,py38,py39,py10}-django32
|
||||
{py38,py39,py10}-django{40,main}
|
||||
{py37,py38,py39,py310}-django32
|
||||
{py38,py39,py310}-django{40,main}
|
||||
py37-docs
|
||||
py38-lint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue