aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-26 13:22:36 +0000
committerGerrit Code Review <review@openstack.org>2017-07-26 13:22:36 +0000
commit9b370b02006c7f3e0cf78f13ae0eb7b15f54613e (patch)
tree2e410615a257d8e57ace1e7f90477a8848260b06
parent9ef9a7a92dc7af2a7d54affd68aaa37539296dd4 (diff)
parentbb3a4bfce81cb7c9cf90ca1e697ee1ac6dfdcc1e (diff)
Merge "Fix 'tox -e cover'"
-rw-r--r--.gitignore3
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1399c98..c17df2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/tox.ini b/tox.ini
index a1bd79c..1dd9da1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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