mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
Add coverege
This commit is contained in:
@ -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 ./
|
Reference in New Issue
Block a user