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