Merge "Gate on designate stable and HEAD."
This commit is contained in:
16
tox.ini
16
tox.ini
@@ -187,6 +187,22 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
|
||||
{envdir}/src/storyboard/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
|
||||
tox -e py27
|
||||
|
||||
[testenv:designate-stable]
|
||||
basepython = python2.7
|
||||
deps = -egit+http://git.openstack.org/cgit/openstack/designate@stable/icehouse#egg=designate
|
||||
changedir = {envdir}/src/designate
|
||||
commands = tox -e py27 --notest # ensure a virtualenv is built
|
||||
{envdir}/src/designate/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
|
||||
tox -e py27
|
||||
|
||||
[testenv:designate-tip]
|
||||
basepython = python2.7
|
||||
deps = -egit+http://git.openstack.org/cgit/openstack/designate#egg=designate
|
||||
changedir = {envdir}/src/designate
|
||||
commands = tox -e py27 --notest # ensure a virtualenv is built
|
||||
{envdir}/src/designate/.tox/py27/bin/pip install -U {toxinidir} # install pecan-dev
|
||||
tox -e py27
|
||||
|
||||
[testenv:pep8]
|
||||
deps = pep8
|
||||
commands = pep8 --repeat --show-source pecan setup.py
|
||||
|
||||
Reference in New Issue
Block a user