We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4aed commit 574928cCopy full SHA for 574928c
.travis.yml
@@ -6,7 +6,11 @@ python:
6
install:
7
- pip install . unittest2
8
- pip install coveralls
9
+ - pip install coverage
10
+ - pip install nosexcover
11
# command to run tests with coverage
-script: nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase
12
+script:
13
+ - nosetests --with-xunit --with-xcoverage
14
+ --cover-package=gcloud --nocapture --cover-erase
15
after_success:
- coveralls
16
+ coveralls
0 commit comments