Explorar o código

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

Travis: Use Python 3.8 alias instead of specific version
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
c19488bd89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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