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