summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-02 14:00:42 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:18:31 +0700
commita9d728b71e47540fd248a6bc2d301fdfa9a988ce (patch)
treec1c66b2ada093af229918c5a3bf87abe001f0a4b /tox.ini
parent0b9a94376bc9202062ec94af0887c8ee492b52ab (diff)
downloadoslo-concurrency-a9d728b71e47540fd248a6bc2d301fdfa9a988ce.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: I753f32ecf3275cf49d8c93bf648a6a26bc6da8e7
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 0447e70..7ac6bee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,8 +10,8 @@ deps =
-r{toxinidir}/requirements.txt
# We want to support both vanilla stdlib and eventlet monkey patched
commands =
- lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
- env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
+ lockutils-wrapper stestr run --slowest {posargs}
+ env TEST_EVENTLET=1 lockutils-wrapper stestr run --slowest {posargs}
[testenv:py27]
basepython = python2.7