summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 11:27:05 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:20:45 +0700
commit48ec101f159f2345bdadb688fe2d35b08a038686 (patch)
treed206c82b5cc870973bbf3761c3088a593f121fe2 /tox.ini
parent8c7fa5bb105cdfd15376c6b1f42ef1383b7cb3eb (diff)
downloadoslo-middleware-48ec101f159f2345bdadb688fe2d35b08a038686.tar.gz
Switch to stestrrocky-em3.36.0
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: I9b230222866d41a12713f321cee88da896ba76a1
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 a9b9a70..856240e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-commands = python setup.py testr --slowest --testr-args='{posargs}'
+commands = stestr run --slowest {posargs}
[testenv:py27]
basepython = python2.7