diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |