forked from wagtail/django-modelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
30 lines (26 loc) · 870 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tox]
envlist =
py{38,39}-dj{32,42}-{sqlite,postgres}-taggit2
py{310}-dj{32,42,50,50stable,master}-{sqlite,postgres}-taggit2
py{311}-dj{42,50,50stable,master}-{sqlite,postgres}-taggit2
py{312}-dj{42,50,50stable,master}-{sqlite,postgres}-taggit2
[testenv]
allowlist_externals = ./runtests.py
commands = ./runtests.py --noinput {posargs}
basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12
deps =
taggit2: django-taggit>=2.0
pytz>=2022.4
dj32: Django>=3.2,<3.3
dj42: Django>=4.2,<4.3
dj50: Django>=5.0,<5.1
dj50stable: git+https://github.com/django/django.git@stable/5.0.x#egg=Django
djmaster: git+https://github.com/django/django.git@main#egg=Django
postgres: psycopg2>=2.9
setenv =
postgres: DATABASE_ENGINE=django.db.backends.postgresql_psycopg2