File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ before_script:
4242
4343before_install :
4444 # Python
45+ - python3 --version
4546 - |
4647 if [ $TRAVIS_OS_NAME = 'linux' ]; then
4748 sudo apt update;
4849 sudo apt install software-properties-common;
4950 sudo add-apt-repository -y ppa:deadsnakes/ppa;
5051 sudo apt-get update;
5152 sudo apt-get install python3.8;
52- sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8;
53- sudo update-alternatives --config python3;
5453 fi
54+ - python3 --version
5555
5656 # grcov
5757 - curl -L https://github.com/mozilla/grcov/releases/download/v0.4.1/grcov-linux-x86_64.tar.bz2 | tar jxf -
Original file line number Diff line number Diff line change 11#[ cfg( target_os = "linux" ) ]
2- pub static PYTHON : & str = "python3" ;
2+ pub static PYTHON : & str = "python3.8 " ;
33#[ cfg( target_os = "macos" ) ]
44pub static PYTHON : & str = "python3" ;
55#[ cfg( target_os = "windows" ) ]
You can’t perform that action at this time.
0 commit comments