Skip to content

Commit 57066a4

Browse files
cclausstargos
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 <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 7cf75af commit 57066a4

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)