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:
Alejandro Cabrera 2014-03-18 11:56:32 -04:00
parent e6431b5a3a
commit dc7adefc82
2 changed files with 9 additions and 0 deletions

View File

@ -15,3 +15,7 @@ testtools>=0.9.34
# Functional Tests
requests>=1.1
# Documentation
sphinx>=1.1.2,<1.2
oslo.sphinx

View File

@ -19,6 +19,11 @@ commands = python setup.py testr --slowest --testr-args='--concurrency 1 {posarg
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pypy]
deps = setuptools<3.2
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands = flake8