Travis: Update PATH for Python3 on Windows.
Version was updated to 3.8, so need to change the custom PATH.
This commit is contained in:
parent
4d6a223cbe
commit
b8952c4567
@ -27,14 +27,14 @@ matrix:
|
|||||||
- os: windows
|
- os: windows
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python3
|
- choco install python3
|
||||||
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
env:
|
env:
|
||||||
- GENERATOR="Visual Studio 15 2017"
|
- GENERATOR="Visual Studio 15 2017"
|
||||||
- ARTIFACT=vs2017-32bit
|
- ARTIFACT=vs2017-32bit
|
||||||
- os: windows
|
- os: windows
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python3
|
- choco install python3
|
||||||
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
env:
|
env:
|
||||||
- GENERATOR="Visual Studio 15 2017 Win64"
|
- GENERATOR="Visual Studio 15 2017 Win64"
|
||||||
- ARTIFACT=vs2017-64bit
|
- ARTIFACT=vs2017-64bit
|
||||||
|
Loading…
Reference in New Issue
Block a user