summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lazarev <alazarev@mirantis.com>2014-09-03 14:40:04 -0700
committerAndrew Lazarev <alazarev@mirantis.com>2014-09-04 16:18:46 +0000
commit625b4104b98d5fa621b3674e812d15cfb2b19676 (patch)
tree9bee154b31dd2e1ab2797658459579e1fd4b2bf9
parent542a7fbb71f365e605050674b09c0c31f584b01b (diff)
downloadpython-saharaclient-625b4104b98d5fa621b3674e812d15cfb2b19676.tar.gz
[client] Fixed pep8 and py27 tasks on tox 1.7.2
Actually problem was in integration tests command. Change-Id: Ie3f156a48c3e80a54625a0daa21cd2791de42059 Closes-Bug: #1365160
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index aae3630..18ba8fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ commands = python setup.py test --slowest --testr-args="{posargs}"
setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=saharaclient/tests/integration/
- commands = python setup.py test --slowest --testr-args="{posargs}"
+commands = python setup.py test --slowest --testr-args="{posargs}"
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'