File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,27 +23,21 @@ deps =
2323basepython =
2424 python2.7
2525commands =
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
2827deps =
2928 nose
3029 unittest2
3130 coverage
3231 nosexcover
3332
3433[testenv:coveralls]
35- basepython =
36- python2.7
34+ basepython = {[testenv:cover]basepython}
3735commands =
38- nosetests --with-xunit --with-xcoverage --cover-package =gcloud \
39- --nocapture --cover-erase --cover-tests --cover-branches
36+ {[testenv:cover]commands}
4037 coveralls
4138deps =
42- coverage
39+ {[testenv:cover]deps}
4340 coveralls
44- nose
45- nosexcover
46- unittest2
4741
4842[testenv:docs]
4943basepython =
You can’t perform that action at this time.
0 commit comments