Add Python 3.9 path to Windows build

This commit is contained in:
Micah Jerome Ellison 2020-08-15 12:50:23 -07:00
parent 450db4febe
commit fbe1347f73

View file

@ -44,12 +44,13 @@ aliases:
os: windows os: windows
language: shell language: shell
env: &env_windows 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 PYTHONIOENCODING: UTF-8
cache: cache:
directories: directories:
- /c/Python37 - /c/Python37
- /c/Python38 - /c/Python38
- /c/Python39
- /c/ProgramData/chocolatey/lib - /c/ProgramData/chocolatey/lib
- /c/ProgramData/chocolatey/bin - /c/ProgramData/chocolatey/bin
- /c/Users/travis/AppData/Local/pypoetry/Cache - /c/Users/travis/AppData/Local/pypoetry/Cache