From fbe1347f736f42f8b23b89b9855379bb540eb5b1 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 15 Aug 2020 12:50:23 -0700 Subject: [PATCH] Add Python 3.9 path to Windows build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1791de15..a7c08d33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,12 +44,13 @@ aliases: os: windows language: shell env: &env_windows - PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH + PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH PYTHONIOENCODING: UTF-8 cache: directories: - /c/Python37 - /c/Python38 + - /c/Python39 - /c/ProgramData/chocolatey/lib - /c/ProgramData/chocolatey/bin - /c/Users/travis/AppData/Local/pypoetry/Cache