summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-06-02 12:10:37 -0400
committerRyan Petrello <lists@ryanpetrello.com>2014-06-02 12:10:37 -0400
commit7369f1d8e438f361fc6bb28016a7ab1e9c4751ce (patch)
tree1837c4b6783888e253869beec694b20ca10fcfe5
parent9bc09ea9c6d0cf311c508e6e0a4dce8df9855384 (diff)
downloadpecan-7369f1d8e438f361fc6bb28016a7ab1e9c4751ce.tar.gz
Fix an incorrect barbican repo URL.
Change-Id: I65afb17dd348f5a3f63a6c97690423fab3f25695
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0c69b9a..42a4cb3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -173,7 +173,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:barbican-tip]
basepython = python2.7
-deps = -egit+http://git.openstack.org/cgit/stackforge/barbican#egg=barbican
+deps = -egit+http://git.openstack.org/cgit/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