mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-20 05:29:48 +00:00
Add coverege
This commit is contained in:
parent
231ab6216b
commit
de86950e87
@ -6,5 +6,5 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
install: "pip install pytest"
|
install: "pip install pytest pytest-cov"
|
||||||
script: py.test --doctest-modules
|
script: py.test --doctest-modules --cov ./
|
Loading…
x
Reference in New Issue
Block a user