fix: choco install multiple packages breaks with version
This commit is contained in:
parent
806b65db24
commit
ce48730bd5
@ -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 --version=3.7.5 mingw zip; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y python --version=3.7.5; choco install -y mingw zip; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew upgrade python3 ; fi
|
||||
install:
|
||||
- $PIP install --upgrade setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user