mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
missed some copypaste
This commit is contained in:
parent
e1473a72bf
commit
8eb11b0ba6
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -15,6 +15,7 @@ python =
|
|||
3.10: py310, flake8
|
||||
3.11: py311
|
||||
3.12: py312
|
||||
3.13: py313
|
||||
|
||||
[testenv]
|
||||
skipsdist = true
|
||||
|
|
@ -25,6 +26,7 @@ basepython =
|
|||
py310: python3.10
|
||||
py311: python3.11
|
||||
py312: python3.12
|
||||
py313: python3.13
|
||||
setenv =
|
||||
DJANGO_SETTINGS_MODULE = dbtemplates.test_settings
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue