]> granicus.if.org Git - python/commitdiff
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)
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

index 9cb227230f8bc5b7fc7bc738539efd0e227483b6..27b63c6c08b37645d38c029a961bac2a0bd7ab68 100644 (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
index 6e1c18304080d6b0b893c83682e23bd6e2fedb7e..eb62df5b87cebebd28106ef8cb1919e32cbb6edf 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # You can set these variables from the command line.
-PYTHON       = python
+PYTHON       = python3
 SPHINXBUILD  = sphinx-build
 PAPER        =
 SOURCES      =