Don't measure coverage, it's not working (yet)

This commit is contained in:
2016-03-08 14:02:51 +01:00
parent 418b15caf4
commit 8a29a20462

View File

@@ -3,7 +3,8 @@
envlist = py27,py34,py35
[pytest]
addopts = -v --cov pillarsdk --cov-report term-missing
;addopts = -v --cov pillarsdk --cov-report term-missing
addopts = -v --cov-report term-missing
[testenv]
commands=py.test []