summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2016-04-05 16:36:45 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2016-04-05 21:24:29 +0200
commit7b94d3c1417578f0aa7653144cdf212b85ff4eff (patch)
tree638c5291606a07d42686f6cb54a0460ecfe2a48c /tox.ini
parent187d77da04255b78dbcfa453a4b6463886169e55 (diff)
downloadglance_store-7b94d3c1417578f0aa7653144cdf212b85ff4eff.tar.gz
tox: use os-testr instead of testr
Make use of the testr OpenStack wrapper ostestr instead of testr directly. Closes-Bug: #1566354 Change-Id: I396be386c34e5e2a6587921aacd8eefa4622713a Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5307d16..9659dad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ install_command = pip install --allow-all-external --allow-insecure netaddr -U {
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[s3,vmware,swift,cinder]
-commands = python setup.py testr --slowest --testr-args='{posargs}'
+commands = ostestr --slowest {posargs}
[testenv:docs]
commands = python setup.py build_sphinx