From cd5485ad60a7552c45cdcac6dd3e24accac67ae2 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 10 Oct 2020 15:21:15 -0700 Subject: [PATCH] Adding c:\Python310 path reference for Python 3.10 Windows build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 577b8ee0..3583f88b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,13 +44,14 @@ aliases: os: windows language: shell env: &env_windows - PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH + PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:/c/Python310:/c/Python310/Scripts:$PATH PYTHONIOENCODING: UTF-8 cache: directories: - /c/Python37 - /c/Python38 - /c/Python39 + - /c/Python310 - /c/ProgramData/chocolatey/lib - /c/ProgramData/chocolatey/bin - /c/Users/travis/AppData/Local/pypoetry/Cache