File tree 1 file changed +2
-31
lines changed
1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -4,45 +4,16 @@ envlist =
4
4
5
5
[testenv]
6
6
commands =
7
+ python setup.py dev
7
8
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
31
9
32
10
[testenv:cover]
33
11
basepython =
34
12
python2.6
35
13
commands =
14
+ python setup.py dev
36
15
python setup.py nosetests --with-xunit --with-xcoverage
37
16
deps =
38
- zope.component
39
- Sphinx
40
- WebTest
41
- repoze.sphinx.autointerface
42
- virtualenv
43
- venusian
44
- nose
45
- coverage
46
17
nosexcover
47
18
48
19
# we separate coverage into its own testenv because a) "last run wins" wrt
You can’t perform that action at this time.
0 commit comments