Merge pull request #36527 from akien-mga/travis-python-3.8

Travis: Use Python 3.8 alias instead of specific version
This commit is contained in:
Rémi Verschelde 2020-02-25 10:46:29 +01:00 committed by GitHub
commit c19488bd89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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