freeze windows python version to 3.7.5

This commit is contained in:
Davide Romanini 2019-10-20 00:20:57 +02:00
parent cdf9a40227
commit 806b65db24

View File

@ -20,7 +20,7 @@ matrix:
language: bash
env: PATH=/C/Python37:/C/Python37/Scripts:$PATH MAKE=mingw32-make
before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y python mingw zip; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y python --version=3.7.5 mingw zip; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew upgrade python3 ; fi
install:
- $PIP install --upgrade setuptools