Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -6,13 +6,10 @@ x-ccache-setup-steps: &ccache-setup-steps | ||
|
|
||
| os: linux | ||
| language: cpp | ||
| env: | ||
| global: | ||
| - PYTHON_VERSION="3.7.1" | ||
| - PYTHON=python3 | ||
| jobs: | ||
| include: | ||
| - stage: "Compile" | ||