forked from perseas/Pyrseas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
77 lines (62 loc) · 1.26 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[pg110]
setenv =
PYRSEAS_TEST_PORT={env:PG110_PORT}
[pg100]
setenv =
PYRSEAS_TEST_PORT={env:PG100_PORT}
[pg96]
setenv =
PYRSEAS_TEST_PORT={env:PG96_PORT}
[pg95]
setenv =
PYRSEAS_TEST_PORT={env:PG95_PORT}
[pg94]
setenv =
PYRSEAS_TEST_PORT={env:PG94_PORT}
[testenv:py27pg110]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg110]setenv}
[testenv:py27pg100]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg100]setenv}
[testenv:py27pg96]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg96]setenv}
[testenv:py27pg95]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg95]setenv}
[testenv:py27pg94]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg94]setenv}
[testenv:py37pg110]
basepython=python3.7
envdir={toxworkdir}/py37
setenv = {[pg110]setenv}
[testenv:py37pg100]
basepython=python3.7
envdir={toxworkdir}/py37
setenv = {[pg100]setenv}
[testenv:py37pg96]
basepython=python3.7
envdir={toxworkdir}/py37
setenv = {[pg96]setenv}
[testenv:py37pg95]
basepython=python3.7
envdir={toxworkdir}/py37
setenv = {[pg95]setenv}
[testenv:py37pg94]
basepython=python3.7
envdir={toxworkdir}/py37
setenv = {[pg94]setenv}
[testenv]
deps=pytest
setenv =
PYTHONPATH = {toxinidir}
passenv = HOME
commands =
py.test tests