Use pretty tox with the ``all`` env
The all entry is usable for running custom set of test
cases selected by a regexp in similar venv
as the gate uses with tox -eall.
The pretty tox helps you to see some basic results before,
the test suite finished.
Change-Id: I553e450ad0a59308be0bfa24aa66877cdb6667da
diff --git a/tox.ini b/tox.ini
index 69e9d57..4a625f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@
sitepackages = True
setenv = VIRTUAL_ENV={envdir}
commands =
- python setup.py testr --slowest --testr-args='{posargs}'
+ bash tools/pretty_tox.sh '{posargs}'
[testenv:full]
sitepackages = True