diff --git a/.gitignore b/.gitignore index 2de6949..e9aa8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ pip-log.txt # Unit test / coverage reports .coverage +cover .tox nosetests.xml .testrepository diff --git a/tox.ini b/tox.ini index 217f242..dbec4f1 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,9 @@ setenv = OS_TEST_PATH = ./karborclient/tests/functional passenv = OS_* [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands = python setup.py build_sphinx