Adding c:\Python310 path reference for Python 3.10 Windows build

This commit is contained in:
Micah Jerome Ellison 2020-10-10 15:21:15 -07:00
parent 90c735475c
commit cd5485ad60

View file

@ -44,13 +44,14 @@ 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:/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 PYTHONIOENCODING: UTF-8
cache: cache:
directories: directories:
- /c/Python37 - /c/Python37
- /c/Python38 - /c/Python38
- /c/Python39 - /c/Python39
- /c/Python310
- /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