diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-25 10:46:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 10:46:29 +0100 |
commit | c19488bd895f911f37bf2c03624d05ea8d0ec1ee (patch) | |
tree | e2036909bdaa1b0e4a2eb72e73fbd41551988ec9 | |
parent | 2ca5f22bcea8fdbc8b490d9e8757573196578f5d (diff) | |
parent | c41896662386635438f590532dd0cb34fe774428 (diff) |
Merge pull request #36527 from akien-mga/travis-python-3.8
Travis: Use Python 3.8 alias instead of specific version
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 503214bab9..80191423c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,7 @@ before_install: install: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then - pyenv global 3.7.5 system; + pyenv global 3.8 system; pip3 install --user scons; fi - scons --version |