diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-09-04 19:19:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-09-04 19:19:03 +0000 |
commit | 4fcb80c8ee7de2e820374ac4e11a1d93305b988b (patch) | |
tree | 4c3ffd8ebafb6f74ae3d7d3fba04ac5716b2cc2e /tox.ini | |
parent | 089496e449a0e30a36512338bc0bdec407e3a3e3 (diff) | |
parent | 28d60c2534217f037d647a75e9bc09f04f0cafd0 (diff) | |
download | ceilometer-4fcb80c8ee7de2e820374ac4e11a1d93305b988b.tar.gz |
Merge "Change tox default targets for quick use"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py34,py-mysql,py-pgsql,pep8 +envlist = py27,py34,functional,pep8 [testenv] deps = -r{toxinidir}/requirements.txt @@ -61,9 +61,9 @@ commands = bash -c 'cd ceilometer/tests/integration/gabbi/gabbits-live && gabbi-run -x < autoscaling.yaml' # bash -x {toxinidir}/tools/pretty_tox.sh "{posargs}" -# NOTE(chdent): The gabbi tests are also run under the primary tox -# targets. This target simply provides a target to directly run just -# gabbi tests without needing to discovery across the entire body of +# NOTE(chdent): The gabbi tests are also run under the other functional +# tox targets. This target simply provides a target to directly run just +# gabbi tests without needing to do discovery across the entire body of # tests. [testenv:gabbi] setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi |