diff --git a/tox.ini b/tox.ini index 524bf8f6..1cfe3f53 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/nova#egg=nova - -egit+ssh://***REMOVED***:29418/python-powervm.git#egg=python-powervm + -egit+ssh://***REMOVED***:29418/pypowervm.git#egg=pypowervm commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8]