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.
This commit is contained in:
Rémi Verschelde 2020-02-25 10:30:51 +01:00
parent 2ca5f22bce
commit c418966623

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