File tree Expand file tree Collapse file tree 2 files changed +11
-29
lines changed
Expand file tree Collapse file tree 2 files changed +11
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,20 +13,29 @@ deps =
1313 protobuf>=3.0.0a3
1414setenv =
1515 PYTHONPATH = {toxinidir}/_testing
16+ covercmd =
17+ nosetests \
18+ --ignore-files =run_system_test\.py \
19+ --with-coverage \
20+ --cover-package =gcloud \
21+ --cover-erase \
22+ --cover-tests \
23+ --cover-branches \
24+ --nocapture
1625
1726[testenv:cover]
1827basepython =
1928 python2.7
2029commands =
21- {toxinidir}/scripts/cover.sh --cover-min-percentage =100
30+ {[testenv]covercmd} --cover-min-percentage =100
2231deps =
2332 {[testenv]deps}
2433 coverage
2534
2635[testenv:coveralls]
2736basepython = {[testenv:cover]basepython}
2837commands =
29- {toxinidir}/scripts/cover.sh
38+ {[testenv]covercmd}
3039 coveralls
3140deps =
3241 {[testenv:cover]deps}
You can’t perform that action at this time.
0 commit comments