forked from wagtail/django-modelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
28 lines (24 loc) · 780 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
[tox]
envlist =
py{35,36,37}-dj20-{sqlite,postgres}-taggit{0,1,13}
py{35,36,37}-dj21-{sqlite,postgres}-taggit{0,1,13}
py{35,36,37}-dj22-{sqlite,postgres}-taggit{0,1,13}
[testenv]
commands=./runtests.py --noinput {posargs}
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
deps =
taggit0: django-taggit>=0.24,<1
taggit1: django-taggit>=1,<1.3
taggit13: django-taggit>=1.3
pytz>=2014.7
dj20: Django>=2.0,<2.1
dj21: Django>=2.1,<2.2
dj22: Django>=2.2,<2.3
dj22stable: git+https://github.com/django/django.git@stable/2.2.x#egg=Django
djmaster: git+https://github.com/django/django.git@master#egg=Django
postgres: psycopg2>=2.6
setenv =
postgres: DATABASE_ENGINE=django.db.backends.postgresql_psycopg2