Skip to content

Commit de86950

Browse files
committed
Add coverege
1 parent 231ab62 commit de86950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ python:
66
- "3.3"
77
- "3.4"
88
- "3.5"
9-
install: "pip install pytest"
10-
script: py.test --doctest-modules
9+
install: "pip install pytest pytest-cov"
10+
script: py.test --doctest-modules --cov ./

0 commit comments

Comments
 (0)