fix(gate): one for pypy, one for docs
Drop the version requirement for setuptools w/ tox:pypy to workaround: https://bugs.launchpad.net/openstack-ci/+bug/1290562 Also add in sphinx-reqs to make the docs gate happy. Change-Id: I5ac510373809733129401b51ad39579d2963fab2
This commit is contained in:
parent
e6431b5a3a
commit
dc7adefc82
@ -15,3 +15,7 @@ testtools>=0.9.34
|
|||||||
|
|
||||||
# Functional Tests
|
# Functional Tests
|
||||||
requests>=1.1
|
requests>=1.1
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
sphinx>=1.1.2,<1.2
|
||||||
|
oslo.sphinx
|
||||||
|
5
tox.ini
5
tox.ini
@ -19,6 +19,11 @@ commands = python setup.py testr --slowest --testr-args='--concurrency 1 {posarg
|
|||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
deps = setuptools<3.2
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user