From c41896662386635438f590532dd0cb34fe774428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 25 Feb 2020 10:30:51 +0100 Subject: Travis: Use Python 3.8 alias instead of specific version Otherwise it breaks when they update the container to a new version, like they did today with 3.7.6. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3