]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Dec 2017 23:51:45 +0000 (00:51 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2017 23:51:45 +0000 (00:51 +0100)
commit1d2a387b9526ef5f4d694734d8022e739f7fd410
tree1307411f0e1540901f0d69661b2835b4f75c884c
parent4a97809a38398930b01874d77927860d84270f16
bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)

"make regen-all" requires a working python3.6 or python3. Without
"python: 3.6", Travis CI provides a "python3.6" script which ony
write an error.

Use "python3" instead.
.travis.yml