Codebase list python-procrunner / 1530f91
drop Appveyor Python3.3 support Markus Gerstel 6 years ago
1 changed file(s) with 2 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
77 # isn't covered by this document) at the time of writing.
88
99 - PYTHON: "C:\\Python27"
10 - PYTHON: "C:\\Python33"
1110 - PYTHON: "C:\\Python34"
1211 - PYTHON: "C:\\Python35"
1312 - PYTHON: "C:\\Python27-x64"
14 - PYTHON: "C:\\Python33-x64"
15 DISTUTILS_USE_SDK: "1"
1613 - PYTHON: "C:\\Python34-x64"
1714 DISTUTILS_USE_SDK: "1"
1815 - PYTHON: "C:\\Python35-x64"
1916 - PYTHON: "C:\\Python36-x64"
2017
2118 install:
22 # We need wheel installed to build wheels
23 - "%PYTHON%\\python.exe -m pip install wheel"
19 # Upgrade to the latest pip.
20 - '%PYTHON%\\python.exe -m pip install -U pip setuptools wheel'
2421
2522 build: off
2623