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