diff --git a/tox.ini b/tox.ini index 39e96b02..239354c5 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,10 @@ commands = {posargs} basepython = python2 [testenv:cover] -commands = py.test --cov octane +commands = + py.test --cov octane --cov-report= + coverage html -d {envlogdir} + coverage report --fail-under 65 basepython = python2 [flake8]