Add coverege

This commit is contained in:
Sergey Tsaplin 2016-08-01 18:09:26 +05:00
parent 231ab6216b
commit de86950e87

View File

@ -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 ./