Switch to develop branch for pypowervm

The master branch of nova-powervm should be paired to the 'develop'
branch of pypowervm.

Other stable branches (or release candidates) will point to version
levels that are published to PyPi (or to stable branches).

Change-Id: I963e20da759eeede6b1f115d15fdc276b3555538
This commit is contained in:
Drew Thorstensen 2015-11-04 08:43:38 -05:00
parent 09eb2a565d
commit 9b4123a11d
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+https://github.com/pypowervm/pypowervm#egg=pypowervm
-egit+https://github.com/pypowervm/pypowervm@develop#egg=pypowervm
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]