forked from josch/img2pdf
.travis.yml: bump windows python version to 3.9
This commit is contained in:
parent
505344f83e
commit
9290cb4a10
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ matrix:
|
||||||
- ghostscript
|
- ghostscript
|
||||||
- mupdf-tools
|
- mupdf-tools
|
||||||
- icc-profiles-free
|
- icc-profiles-free
|
||||||
- name: "python 3.8 Windows"
|
- name: "python 3.9 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 imagemagick
|
before_install: choco install python imagemagick
|
||||||
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
|
env: PATH=/c/Python39:/c/Python39/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