Force the docs to be built with Python 2

Currently this will fail with a syntax error if the system defaults to
Python 3.

Change-Id: Ie61c1a0cf541c35dbc2080d4cfc16c0be16a3200
This commit is contained in:
Dougal Matthews 2017-03-09 08:13:47 +00:00
parent d6cad4bb05
commit 946a22e8a2
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ commands =
commands = {posargs}
[testenv:docs]
basepython = python2.7
commands =
find . -type f -name "*.pyc" -delete
python setup.py build_sphinx