forked from calebsmith/django-template-debug
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtox.ini
48 lines (37 loc) · 952 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[tox]
downloadcache = {toxworkdir}/_download/
envlist = py36-2.2,py36-3.0,py36-3.1,py37-2.2,py37-3.0,py37-3.1,py38-2.2,py38-3.0,py38-3.1
[testenv]
commands = {envpython} runtests.py
[testenv:py36-2.2]
basepython = python3.6
deps = django>=2.2,<3.0
[testenv:py36-3.0]
basepython = python3.6
deps = django>=3.0,<3.1
[testenv:py36-3.1]
basepython = python3.6
deps = django>=3.1,<3.2
[testenv:py37-2.2]
basepython = python3.7
deps = django>=2.2,<3.0
[testenv:py37-3.0]
basepython = python3.7
deps = django>=3.0,<3.1
[testenv:py37-3.1]
basepython = python3.7
deps = django>=3.1,<3.2
[testenv:py38-2.2]
basepython = python3.8
deps = django>=2.2,<3.0
[testenv:py38-3.0]
basepython = python3.8
deps = django>=3.0,<3.1
[testenv:py38-3.1]
basepython = python3.8
deps = django>=3.1,<3.2
#[testenv:docs]
#basepython = python2.6
#deps = Sphinx==1.1.3
#commands =
# {envbindir}/sphinx-build -a -n -b html -d docs/_build/doctrees docs #docs/_build/html