forked from perseas/Pyrseas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
62 lines (50 loc) · 1 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
[pg93]
setenv =
PYRSEAS_TEST_PORT={env:PG93_PORT}
[pg92]
setenv =
PYRSEAS_TEST_PORT={env:PG92_PORT}
[pg91]
setenv =
PYRSEAS_TEST_PORT={env:PG91_PORT}
[pg90]
setenv =
PYRSEAS_TEST_PORT={env:PG90_PORT}
[testenv:py27pg93]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg93]setenv}
[testenv:py27pg92]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg92]setenv}
[testenv:py27pg91]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg91]setenv}
[testenv:py27pg90]
basepython=python2.7
envdir={toxworkdir}/py27
setenv = {[pg90]setenv}
[testenv:py33pg93]
basepython=python3.3
envdir={toxworkdir}/py33
setenv = {[pg93]setenv}
[testenv:py33pg92]
basepython=python3.3
envdir={toxworkdir}/py33
setenv = {[pg92]setenv}
[testenv:py33pg91]
basepython=python3.3
envdir={toxworkdir}/py33
setenv = {[pg91]setenv}
[testenv:py33pg90]
basepython=python3.3
envdir={toxworkdir}/py33
setenv = {[pg90]setenv}
[testenv]
deps=pytest
setenv =
PYTHONPATH = {toxinidir}
commands =
py.test tests