summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-12-16 10:21:37 -0800
committerRyan Petrello <lists@ryanpetrello.com>2014-12-16 10:21:37 -0800
commitc93399b2589d9eac49af52adc55b5507e8eccb00 (patch)
tree4d9a5b4290d65d7a96aa6ea43343671e770b34cc
parente9ded6acf09aa53521d89acfd781a10c060d447d (diff)
downloadpecan-c93399b2589d9eac49af52adc55b5507e8eccb00.tar.gz
Don't clone pecan-dependent projects from cgit.
Change-Id: I68469327fc0403f36a37125147a15b05de9e1555
-rw-r--r--tox.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 31e2ec6..b7dbd67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -122,14 +122,14 @@ commands = pip install --download {envdir} --no-deps --no-clean --no-use-wheel w
[testenv:wsme-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/stackforge/wsme#egg=wsme
+deps = -egit+http://git.openstack.org/stackforge/wsme#egg=wsme
nose
changedir = {envdir}/src/wsme
commands = nosetests -v tests/pecantest
[testenv:ceilometer-stable]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer@stable/icehouse#egg=ceilometer
+deps = -egit+http://git.openstack.org/openstack/ceilometer@stable/icehouse#egg=ceilometer
changedir = {envdir}/src/ceilometer
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/ceilometer/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -137,7 +137,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:ceilometer-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/ceilometer#egg=ceilometer
+deps = -egit+http://git.openstack.org/openstack/ceilometer#egg=ceilometer
changedir = {envdir}/src/ceilometer
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/ceilometer/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -145,7 +145,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:ironic-stable]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/ironic@stable/icehouse#egg=ironic
+deps = -egit+http://git.openstack.org/openstack/ironic@stable/icehouse#egg=ironic
changedir = {envdir}/src/ironic
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/ironic/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -153,7 +153,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:ironic-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/ironic#egg=ironic
+deps = -egit+http://git.openstack.org/openstack/ironic#egg=ironic
changedir = {envdir}/src/ironic
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/ironic/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -161,7 +161,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:barbican-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/barbican#egg=barbican
+deps = -egit+http://git.openstack.org/openstack/barbican#egg=barbican
changedir = {envdir}/src/barbican
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/barbican/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -169,7 +169,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:storyboard-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack-infra/storyboard#egg=storyboard
+deps = -egit+http://git.openstack.org/openstack-infra/storyboard#egg=storyboard
changedir = {envdir}/src/storyboard
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/storyboard/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -177,7 +177,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:designate-stable]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/designate@stable/icehouse#egg=designate
+deps = -egit+http://git.openstack.org/openstack/designate@stable/icehouse#egg=designate
changedir = {envdir}/src/designate
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/designate/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
@@ -185,7 +185,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:designate-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/openstack/designate#egg=designate
+deps = -egit+http://git.openstack.org/openstack/designate#egg=designate
changedir = {envdir}/src/designate
commands = tox -e py27 --notest # ensure a virtualenv is built
{envdir}/src/designate/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev