diff --git a/scripts/cover.sh b/scripts/cover.sh index e40fc38a64f3..16eef1b9b86f 100755 --- a/scripts/cover.sh +++ b/scripts/cover.sh @@ -16,6 +16,12 @@ set -ev -nosetests --ignore-files=run_system_test\.py \ ---with-xunit --with-xcoverage --cover-package=gcloud \ ---nocapture --cover-erase --cover-tests --cover-branches ${@} +nosetests \ + --ignore-files=run_system_test\.py \ + --with-coverage \ + --cover-package=gcloud \ + --cover-erase \ + --cover-tests \ + --cover-branches \ + --nocapture \ + ${@} diff --git a/tox.ini b/tox.ini index 91a3227b0963..e78ca8d1ed6c 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,6 @@ commands = deps = {[testenv]deps} coverage - nosexcover [testenv:coveralls] basepython = {[testenv:cover]basepython}