summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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