Skip to content

Commit 797f689

Browse files
committed
simplify tox.ini
1 parent a7eba78 commit 797f689

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

tox.ini

+2-31
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,16 @@ envlist =
44

55
[testenv]
66
commands =
7+
python setup.py dev
78
python setup.py test -q
8-
deps =
9-
zope.component
10-
Sphinx
11-
repoze.sphinx.autointerface
12-
WebTest
13-
virtualenv
14-
venusian
15-
16-
[testenv:py32]
17-
commands =
18-
python setup.py test -q
19-
deps =
20-
WebTest
21-
virtualenv
22-
venusian
23-
24-
[testenv:py33]
25-
commands =
26-
python setup.py test -q
27-
deps =
28-
WebTest
29-
virtualenv
30-
venusian
319

3210
[testenv:cover]
3311
basepython =
3412
python2.6
3513
commands =
14+
python setup.py dev
3615
python setup.py nosetests --with-xunit --with-xcoverage
3716
deps =
38-
zope.component
39-
Sphinx
40-
WebTest
41-
repoze.sphinx.autointerface
42-
virtualenv
43-
venusian
44-
nose
45-
coverage
4617
nosexcover
4718

4819
# we separate coverage into its own testenv because a) "last run wins" wrt

0 commit comments

Comments
 (0)