Update TravisCI python reference.
This commit is contained in:
parent
dd35821f2f
commit
1d68cbfb1b
@ -2,7 +2,7 @@ language:
|
||||
- cpp
|
||||
- python
|
||||
|
||||
python: 3.7
|
||||
python: 3.9
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@ -27,14 +27,14 @@ matrix:
|
||||
- os: windows
|
||||
before_install:
|
||||
- choco install python3
|
||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||
- export PATH="/c/Python39:/c/Python39/Scripts:$PATH"
|
||||
env:
|
||||
- GENERATOR="Visual Studio 15 2017"
|
||||
- ARTIFACT=vs2017-32bit
|
||||
- os: windows
|
||||
before_install:
|
||||
- choco install python3
|
||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||
- export PATH="/c/Python39:/c/Python39/Scripts:$PATH"
|
||||
env:
|
||||
- GENERATOR="Visual Studio 15 2017 Win64"
|
||||
- ARTIFACT=vs2017-64bit
|
||||
|
Loading…
Reference in New Issue
Block a user