Skip to content

Commit

Permalink
Correct location of gnocchi repo in gnocchi tests
Browse files Browse the repository at this point in the history
Gnocchi now lives on github.
  • Loading branch information
cdent committed Jun 19, 2017
1 parent f6175cc commit 87f3896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commands = py.test --cov=gabbi gabbi/tests --cov-config .coveragerc --cov-report

[testenv:gnocchi]
basepython = python2.7
deps = -egit+http://git.openstack.org/openstack/gnocchi#egg=gnocchi
deps = -egit+https://github.com/gnocchixyz/gnocchi#egg=gnocchi
tox
changedir = {envdir}/src/gnocchi
commands = tox -e py27-gabbi --notest # ensure a virtualenv is built
Expand Down

0 comments on commit 87f3896

Please sign in to comment.