mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Django 5.2 tests (#623)
This commit is contained in:
parent
22bdb011db
commit
6970708e05
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -15,7 +15,7 @@ deps =
|
||||||
dj42: django>=4.2,<4.3
|
dj42: django>=4.2,<4.3
|
||||||
dj50: django>=5.0,<5.1
|
dj50: django>=5.0,<5.1
|
||||||
dj51: django>=5.1,<5.2
|
dj51: django>=5.1,<5.2
|
||||||
dj52: django==5.2alpha1
|
dj52: django>=5.2,<5.3
|
||||||
djmain: https://github.com/django/django/archive/main.tar.gz
|
djmain: https://github.com/django/django/archive/main.tar.gz
|
||||||
pytest: pytest
|
pytest: pytest
|
||||||
pytest: pytest-cov
|
pytest: pytest-cov
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue