Remove Python3.6 references and check for Python directory in root directory

This commit is contained in:
Micah Jerome Ellison 2020-08-15 10:54:48 -07:00
parent 26f9da8a10
commit 450db4febe

View file

@ -44,11 +44,10 @@ aliases:
os: windows os: windows
language: shell language: shell
env: &env_windows 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 PYTHONIOENCODING: UTF-8
cache: cache:
directories: directories:
- /c/Python36
- /c/Python37 - /c/Python37
- /c/Python38 - /c/Python38
- /c/ProgramData/chocolatey/lib - /c/ProgramData/chocolatey/lib
@ -131,7 +130,8 @@ jobs:
name: Python 3.9 on Windows name: Python 3.9 on Windows
before_install: before_install:
- choco install python --pre - 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 - python --version
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py - curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
- python get-pip.py - python get-pip.py