commit | e35df6df3e2fa304372db8d17ae3c8af0e971114 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Feb 28 23:52:26 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 28 23:52:26 2014 +0000 |
tree | 4f1782378c1453e0e54e7d88ff0e768d92789c1c | |
parent | 50b950155bdce51788a89cd3a0a444787270b40b [diff] | |
parent | 5739ac1ba0e9d833daeb0ea3d75de1c71b510cfe [diff] |
Merge "Use pretty tox with the ``all`` env"
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