summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 13:35:21 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:23:05 +0700
commitdc592c68e351c1461e94610976b548081b451790 (patch)
tree2f57022013a56b02d4c320a78c9cb6a39b23aabe /tox.ini
parent725a0f423289880c65dd5f052d46f990ea958fa8 (diff)
downloadoslo-serialization-dc592c68e351c1461e94610976b548081b451790.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I78a93c29f2c9033bba1859c79d826578d72257f5
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 4b2b7e6..755af76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-commands = python setup.py testr --slowest --testr-args='{posargs}'
+commands = stestr run --slowest {posargs}
[testenv:py27]
basepython = python2.7