From 365d602e3a0bc64fc764299977207b39ca114ef0 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Sun, 21 Jul 2019 15:17:24 -0400 Subject: [PATCH] Update tox docs-building Python version to 3.7. --- news/080c4888-abed-11e9-a614-b72e6663bd8a.trivial | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 news/080c4888-abed-11e9-a614-b72e6663bd8a.trivial diff --git a/news/080c4888-abed-11e9-a614-b72e6663bd8a.trivial b/news/080c4888-abed-11e9-a614-b72e6663bd8a.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/tox.ini b/tox.ini index 512bad52d..91293fc20 100644 --- a/tox.ini +++ b/tox.ini @@ -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