Skip to content

Commit ccf5883

Browse files
cclaussMylesBorins
authored andcommitted
build: use python3 to build and test on Travis
Request Python 3 with pyenv and ensure that python3 is used by Makefile to run Python scripts. PR-URL: #29451 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent c096f25 commit ccf5883

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ x-ccache-setup-steps: &ccache-setup-steps
66

77
os: linux
88
language: cpp
9-
# Currently this file can only support one PYTHON_VERSION.
10-
# To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions.
119
env:
1210
global:
13-
- PYTHON_VERSION="2.7.15"
14-
# - PYTHON_VERSION="3.6.7"
15-
# - PYTHON_VERSION="3.7.1"
11+
- PYTHON_VERSION="3.7.1"
12+
- PYTHON=python3
1613
jobs:
1714
include:
1815
- stage: "Compile"

0 commit comments

Comments
 (0)