You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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:
@@ -125,7 +125,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
pyenv global 3.7.5 system;
|
pyenv global 3.8 system;
|
||||||
pip3 install --user scons;
|
pip3 install --user scons;
|
||||||
fi
|
fi
|
||||||
- scons --version
|
- scons --version
|
||||||
|
|||||||
Reference in New Issue
Block a user