Doc/Makefile: set PYTHON to python3 (#124)

rstlint.py run by "make check" doesn't support Python 2.

"make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't
provide the venv module: it's a module of Python 3 standard library.
This commit is contained in:
Victor Stinner 2017-02-15 23:36:08 +01:00 committed by GitHub
parent 532519770d
commit 91b0e7d0ca
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ matrix:
- TESTING=docs
before_script:
- cd Doc
- make venv PYTHON=python3
- make venv
script:
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
- os: linux

View File

@ -4,7 +4,7 @@
#
# You can set these variables from the command line.
PYTHON = python
PYTHON = python3
SPHINXBUILD = sphinx-build
PAPER =
SOURCES =