summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e78ee7d..a210ff2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,3 +18,21 @@ basepython=python2.6
[testenv:venv]
commands = {posargs}
+
+[testenv:neutronclient-stable]
+basepython = python2.7
+commands = {toxinidir}/integration-tests/neutronclient-stable.sh {envdir}
+
+[testenv:neutronclient-tip]
+basepython = python2.7
+deps = -egit+http://git.openstack.org/cgit/openstack/python-neutronclient#egg=neutronclient
+commands = {toxinidir}/integration-tests/neutronclient-tip.sh {envdir}
+
+[testenv:openstackclient-stable]
+basepython = python2.7
+commands = {toxinidir}/integration-tests/openstackclient-stable.sh {envdir}
+
+[testenv:openstackclient-tip]
+basepython = python2.7
+deps = -egit+http://git.openstack.org/cgit/openstack/python-openstackclient#egg=openstackclient
+commands = {toxinidir}/integration-tests/openstackclient-tip.sh {envdir}