forked from meejah/txtorcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
80 lines (69 loc) · 1.38 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
78
79
80
## testing-running tool
# to use a local index, run as:
# tox -i http://localhost:3141/root/pypi
# defaults
[testenv]
commands=trial test
deps=
ipaddr>=2.1.10
zope.interface>=3.6.1
setuptools>=0.8.0
mock
# specific environments
[testenv:twisted-debian-squeeze]
envdir=venv_tox_twisted_10_1
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==10.1.0
# FIXME something wrong with "trial" invocation...?
#[testenv:twisted-latest-11]
#envdir=venv_tox_twisted_11_1
#basepython=python2.7
#usedevelop=True
#deps=
# {[testenv]deps}
# twisted==11.1.0
[testenv:twisted-debian-wheezy]
envdir=venv_tox_twisted_12
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==12.0.0
[testenv:twisted-latest-12]
envdir=venv_tox_twisted_12_2
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==12.2.0
[testenv:twisted-newest-13]
envdir=venv_tox_twisted_13
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==13.2.0
[testenv:twisted-newest-14]
envdir=venv_tox_twisted_14
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==14.0.2
[testenv:twisted-newest-15]
envdir=venv_tox_twisted_15
basepython=python2.7
usedevelop=True
deps=
{[testenv]deps}
twisted==15.0.0
[testenv:pypy]
envdir=venv_tox_pypy
basepython=pypy
usedevelop=True
deps=
{[testenv]deps}
twisted==14.0.2