diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -26,6 +26,7 @@ pip-log.txt .tox nosetests.xml .testrepository +cover # Translations *.mo @@ -48,4 +49,4 @@ ChangeLog # Editors *~ -.*.swp
\ No newline at end of file +.*.swp @@ -19,7 +19,7 @@ commands = flake8 commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage --coverage-package-name=os_net_config --testr-args='{posargs}' +commands = python setup.py test --coverage --coverage-package-name=os_net_config --testr-args='{posargs}' [testenv:docs] commands = python setup.py build_sphinx |