From c3869ece4377b6c8d66e984413b3f4f06188d2c4 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 16 Oct 2019 13:37:31 +0200 Subject: [PATCH] use python 3.8 on windows --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2875874..457570f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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