summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2015-05-27 08:22:54 -0700
committerRyan Petrello <lists@ryanpetrello.com>2015-05-27 08:23:14 -0700
commite12bb3492bc9cfeabde829ffcc10d8c9f019cf58 (patch)
tree66cb3ccce88fb5889870aae9ca1cc7521d887256
parentccb5f75e13ade560a09fee0651f444954d62a8e5 (diff)
downloadpecan-e12bb3492bc9cfeabde829ffcc10d8c9f019cf58.tar.gz
Add tox environments to gate pecan against openstack/magnum
Change-Id: Ie3ec3dc65ae22973fe831a29792eac845cf15376
-rw-r--r--tox.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fc8589d..4922c36 100644
--- a/tox.ini
+++ b/tox.ini
@@ -173,6 +173,22 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/designate/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
tox -e py27
+[testenv:magnum-stable]
+basepython = python2.7
+deps = -egit+http://git.openstack.org/openstack/magnum@stable/kilo#egg=magnum
+changedir = {envdir}/src/magnum
+commands = tox -e py27 --notest # ensure a virtualenv is built
+ {envdir}/src/magnum/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
+ tox -e py27
+
+[testenv:magnum-tip]
+basepython = python2.7
+deps = -egit+http://git.openstack.org/openstack/magnum#egg=magnum
+changedir = {envdir}/src/magnum
+commands = tox -e py27 --notest # ensure a virtualenv is built
+ {envdir}/src/magnum/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
+ tox -e py27
+
[testenv:storyboard-tip]
basepython = python2.7
deps = -egit+http://git.openstack.org/openstack-infra/storyboard#egg=storyboard