forked from simplistix/testfixtures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
64 lines (55 loc) · 795 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[tox]
sdistsrc = testfixtures*
[testenv]
deps=
nose
nose_fixes
nose-cov
mock
manuel
commands=nosetests testfixtures --with-xunit --xunit-file=junit-{envname}.xml -s
changedir=.tox
[testenv:2.6-not]
basepython=python2.6
[testenv:2.6-zc]
basepython=python2.6
deps =
nose
nose_fixes
nose-cov
mock
manuel
zope.component
[testenv:2.7-not]
basepython=python2.7
[testenv:2.7-zc]
basepython=python2.7
deps =
nose
nose_fixes
nose-cov
mock
manuel
zope.component
[testenv:3.2-not]
basepython=python3.2
[testenv:3.2-zc]
basepython=python3.2
deps =
nose
nose_fixes
nose-cov
mock
manuel
zope.component
[testenv:3.3-not]
basepython=python3.3
[testenv:3.3-zc]
basepython=python3.3
deps =
nose
nose_fixes
nose-cov
mock
manuel
zope.component