summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2015-05-29 11:27:16 -0400
committerMatthew Treinish <mtreinish@kortar.org>2015-05-29 11:31:15 -0400
commitae29f7f459afb567abc36bd0627157e7c84c7568 (patch)
treec8758981010b89f1d3f26092e6bad9f77e46391c /tox.ini
parent211c14c638b9bf393932be42d4f04a4dd12a84bc (diff)
downloadpython-openstackclient-ae29f7f459afb567abc36bd0627157e7c84c7568.tar.gz
Use ostestr for test runs
This commit switches to use ostestr for running tests. ostestr integrates the subunit-trace output that other projects use for test output. (in addition to some other ui niceties) Change-Id: Ib5b5225b2a7bfb7897e1efe55181389d1ae095cb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2ee9cdbc..ff91d890 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,8 +9,8 @@ install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-commands = python setup.py testr --testr-args='{posargs}'
-whitelist_externals = bash
+commands = ostestr {posargs}
+whitelist_externals = ostestr
[testenv:pep8]
commands = flake8