We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231ab62 commit de86950Copy full SHA for de86950
.travis.yml
@@ -6,5 +6,5 @@ python:
6
- "3.3"
7
- "3.4"
8
- "3.5"
9
-install: "pip install pytest"
10
-script: py.test --doctest-modules
+install: "pip install pytest pytest-cov"
+script: py.test --doctest-modules --cov ./
0 commit comments