diff options
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ commands = nosetests {posargs} commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*egg . [testenv:cover] -setenv = NOSE_WITH_COVERAGE=1 +commands = nosetests --cover-erase --cover-package=glanceclient --with-xcoverage [testenv:venv] commands = {posargs} |
