Update nova-powervm to use new pypowervm path

Updating the project to refer to an updated pypowervm path.

Change-Id: I6785435f660060e4c7773ec7efd551050129b9c3
This commit is contained in:
Drew Thorstensen 2015-01-16 15:42:20 -06:00
parent b62940706f
commit 4cd7ffff4a
1 changed files with 1 additions and 1 deletions

View File

@ -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]