Skip to content

Commit 4a14256

Browse files
committed
.travis.yml: Coverage needs to be installed explicitly
1 parent 978e5cf commit 4a14256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ python:
99
# - "3.5-dev" # 3.5 development branch
1010
# - "nightly" # currently points to 3.6-dev
1111

12+
install:
13+
- pip install coverage
14+
1215
script:
1316
# run tests with coverage
1417
- coverage run tests/run_tests.py

0 commit comments

Comments
 (0)