Switch to develop branch for pypowervm

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

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

Change-Id: I4ba962acb322851b982689bb50958769be21c53c
This commit is contained in:
Drew Thorstensen 2015-11-04 08:23:29 -05:00
parent 24dfec6c4b
commit a5c8f66e18
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/ceilometer#egg=ceilometer
-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}"
downloadcache = {toxworkdir}/_download