summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
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