summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-03-21 04:30:27 +0000
committerGerrit Code Review <review@openstack.org>2018-03-21 04:30:27 +0000
commitb9a119eb0291ab5d344366b1f65ccfa48920d82a (patch)
tree873103e73b34162acd774e6e502fc1320aaa8c62 /tox.ini
parent370b4fa79344b7d7ce5f8d39514229275bfad9c5 (diff)
parent8ce9d735d25d209a747b8f29c614236b74f95591 (diff)
downloadtrove-b9a119eb0291ab5d344366b1f65ccfa48920d82a.tar.gz
Merge "Fix guestagent.test_operating_system for Python3"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 7 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 9da31853..817b6dd0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,20 +32,21 @@ commands =
flake8
doc8 {posargs}
+[stestr-base]
+commands = stestr run --serial '{posargs}'
+ stestr slowest
+
[testenv:py27]
commands = {[testenv]commands}
- ostestr {posargs} --slowest --serial
-
-[py3base]
-commands = ostestr --slowest --blacklist-file=blacklist-py3.txt --serial --regex '.*'
+ {[stestr-base]commands}
[testenv:py34]
commands = {[testenv]commands}
- {[py3base]commands}
+ {[stestr-base]commands}
[testenv:py35]
commands = {[testenv]commands}
- {[py3base]commands}
+ {[stestr-base]commands}
[testenv:apiexamples]
commands = {envpython} generate_examples.py