diff --git a/tox.ini b/tox.ini index 20e2a54b66..7b7945b7ab 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