diff --git a/.travis.yml b/.travis.yml index 09074293..1791de15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,11 +44,10 @@ aliases: os: windows language: shell env: &env_windows - PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH + PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH PYTHONIOENCODING: UTF-8 cache: directories: - - /c/Python36 - /c/Python37 - /c/Python38 - /c/ProgramData/chocolatey/lib @@ -131,7 +130,8 @@ jobs: name: Python 3.9 on Windows before_install: - choco install python --pre - #- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - 2.7 + - ls /c/ + #- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - it's Python 2.7 - python --version - curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py - python get-pip.py