We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978e5cf commit 4a14256Copy full SHA for 4a14256
1 file changed
.travis.yml
@@ -9,6 +9,9 @@ python:
9
# - "3.5-dev" # 3.5 development branch
10
# - "nightly" # currently points to 3.6-dev
11
12
+install:
13
+ - pip install coverage
14
+
15
script:
16
# run tests with coverage
17
- coverage run tests/run_tests.py
0 commit comments