From 94ebd8ed0ae907355ebd7e1815fa5a9a2b9de7e1 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 31 Oct 2020 08:19:57 +0100 Subject: [PATCH] .travis.yml: bump windows python version to 3.9 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 794e467..0cf2ccc 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.8 Windows" + - name: "python 3.9 Windows" os: windows language: shell # 'language: python' is an error on Travis CI Windows before_install: choco install python - env: PATH=/c/Python38:/c/Python38/Scripts:$PATH + env: PATH=/c/Python39:/c/Python39/Scripts:$PATH - name: "python 3.7 MacOs" os: osx language: shell # 'language: python' is an error on Travis CI macOS