Skip to content

Commit 574928c

Browse files
committed
add missing deps for coverage, fix coding style
1 parent d6a4aed commit 574928c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ python:
66
install:
77
- pip install . unittest2
88
- pip install coveralls
9+
- pip install coverage
10+
- pip install nosexcover
911
# command to run tests with coverage
10-
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
1115
after_success:
12-
coveralls
16+
coveralls

0 commit comments

Comments
 (0)