Change to Python 3.7.9 for Linux Travis-ci builds

[skip appveyor]
Python 3.7.8 AppImage is no longer available
This commit is contained in:
Ale Martinez
2020-09-05 11:31:31 -03:00
parent 6164dd963f
commit de02184079

View File

@@ -49,10 +49,10 @@ chmod a+x linuxdeployqt-6-x86_64.AppImage
./linuxdeployqt-6-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0
# Add Python and core modules
wget https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.8-cp37-cp37m-manylinux1_x86_64.AppImage
chmod +x python3.7.8-cp37-cp37m-manylinux1_x86_64.AppImage
./python3.7.8-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
rm -f python3.7.8-cp37-cp37m-manylinux1_x86_64.AppImage
wget https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
chmod +x python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
./python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
rm -f python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
export PATH="$(pwd)/squashfs-root/usr/bin:$PATH"
pip install --upgrade pip
pip install -r Python/requirements.txt