forked from josch/img2pdf
use python 3.8 on windows
This commit is contained in:
parent
b31d4e48d8
commit
b991516714
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ matrix:
|
||||||
- name: "python 3.7 Xenial"
|
- name: "python 3.7 Xenial"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
python: 3.7
|
python: 3.7
|
||||||
- name: "python 3.7 Windows"
|
- name: "python 3.8 Windows"
|
||||||
os: windows
|
os: windows
|
||||||
language: shell # 'language: python' is an error on Travis CI Windows
|
language: shell # 'language: python' is an error on Travis CI Windows
|
||||||
before_install: choco install python
|
before_install: choco install python
|
||||||
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
|
||||||
- name: "python 3.7 MacOs"
|
- name: "python 3.7 MacOs"
|
||||||
os: osx
|
os: osx
|
||||||
language: shell # 'language: python' is an error on Travis CI macOS
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
|
|
Loading…
Reference in a new issue