forked from jazzband/django-formtools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtox.ini
More file actions
27 lines (26 loc) · 677 Bytes
/
tox.ini
File metadata and controls
27 lines (26 loc) · 677 Bytes
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
[tox]
args_are_paths = false
envlist =
py34-django-{111,20}
{py35,py36,py37}-django-{111,20,21}
{py35,py36,py37,38}-django-{22}
{py36,py37,38}-django-{30,master}
[testenv]
basepython =
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
usedevelop = true
whitelist_externals = make
commands = make test
pip_pre = true
deps =
django-111: Django>=1.11a1,<2.0
django-20: Django>=2.0a1,<2.1
django-21: Django>=2.1a1,<2.2
django-22: Django>=2.2a1,<3.0
django-30: Django>=3.0a1,<3.1
django-master: https://github.com/django/django/archive/master.tar.gz
-r{toxinidir}/tests/requirements.txt