]> granicus.if.org Git - python/commit
Doc/Makefile: set PYTHON to python3 (#124)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 15 Feb 2017 22:36:08 +0000 (23:36 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2017 22:36:08 +0000 (23:36 +0100)
commit91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c
treecd4a71bbac2f723979bf5da1eab724d20a756f0a
parent532519770dea5d353f0b0d718c8881a15c7542df
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.
.travis.yml
Doc/Makefile