1
0
Fork 0
forked from josch/plakativ

use python 3.8 on windows

This commit is contained in:
Johannes 'josch' Schauer 2019-10-16 13:37:31 +02:00
parent 11d8adfc9c
commit c3869ece43
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -4,11 +4,11 @@ matrix:
- name: "python 3.7 Xenial"
dist: xenial
python: 3.7
- name: "python 3.7 Windows"
- name: "python 3.8 Windows"
os: windows
language: shell # 'language: python' is an error on Travis CI Windows
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"
os: osx
language: shell # 'language: python' is an error on Travis CI macOS