Merge "Fixes for 'tox -e docs' in some dev environments"
This commit is contained in:
commit
ef1da68161
3
tox.ini
3
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = pep8,py27
|
envlist = pep8,py27
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ commands =
|
|||||||
openstack-doc-test --check-syntax
|
openstack-doc-test --check-syntax
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython=python2
|
||||||
deps = sphinx
|
deps = sphinx
|
||||||
{[testenv:checkniceness]deps}
|
{[testenv:checkniceness]deps}
|
||||||
whitelist_externals = /bin/rm
|
whitelist_externals = /bin/rm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user