summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 2 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 20e2a54b..7b7945b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,8 @@ deps = -r{toxinidir}/requirements.txt
commands = find ./trove -type f -name "*.pyc" -delete
rm -f .testrepository/times.dbm
rm -f trove_test.sqlite
+ stestr run --serial '{posargs}'
+ stestr slowest
whitelist_externals = find
rm
bash
@@ -32,22 +34,6 @@ commands =
flake8
doc8 {posargs}
-[stestr-base]
-commands = stestr run --serial '{posargs}'
- stestr slowest
-
-[testenv:py27]
-commands = {[testenv]commands}
- {[stestr-base]commands}
-
-[testenv:py34]
-commands = {[testenv]commands}
- {[stestr-base]commands}
-
-[testenv:py35]
-commands = {[testenv]commands}
- {[stestr-base]commands}
-
[testenv:apiexamples]
commands = {envpython} generate_examples.py