Update tox docs-building Python version to 3.7.

This commit is contained in:
Sumana Harihareswara 2019-07-21 15:17:24 -04:00
parent f76014efac
commit 365d602e3a
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ commands = pytest --timeout 300 --cov=pip --cov-report=term-missing --cov-report
[testenv:docs]
# Don't skip install here since pip_sphinxext uses pip's internals.
deps = -r{toxinidir}/tools/docs-requirements.txt
basepython = python3.6
basepython = python3.7
commands =
sphinx-build -W -d {envtmpdir}/doctrees/html -b html docs/html docs/build/html
# Having the conf.py in the docs/html is weird but needed because we