Skip to content

Commit 8c9aaaa

Browse files
committed
Removing overlap with tox.cover config in tox coveralls.
1 parent e67b11d commit 8c9aaaa

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

tox.ini

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,21 @@ deps =
2323
basepython =
2424
python2.7
2525
commands =
26-
nosetests --with-xunit --with-xcoverage --cover-package=gcloud \
27-
--nocapture --cover-erase --cover-tests --cover-branches
26+
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches
2827
deps =
2928
nose
3029
unittest2
3130
coverage
3231
nosexcover
3332

3433
[testenv:coveralls]
35-
basepython =
36-
python2.7
34+
basepython = {[testenv:cover]basepython}
3735
commands =
38-
nosetests --with-xunit --with-xcoverage --cover-package=gcloud \
39-
--nocapture --cover-erase --cover-tests --cover-branches
36+
{[testenv:cover]commands}
4037
coveralls
4138
deps =
42-
coverage
39+
{[testenv:cover]deps}
4340
coveralls
44-
nose
45-
nosexcover
46-
unittest2
4741

4842
[testenv:docs]
4943
basepython =

0 commit comments

Comments
 (0)