.appveyor.yml: update job labels to match Appveyor installed python versions
This commit is contained in:
parent
793827e7c6
commit
3ddc1f2fee
@ -1,31 +1,31 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- JOB: "2.7.11 32-bit"
|
- JOB: "2.7.12 32-bit"
|
||||||
PYTHON_HOME: "C:\\Python27"
|
PYTHON_HOME: "C:\\Python27"
|
||||||
TOXENV: "py27"
|
TOXENV: "py27"
|
||||||
TOXPYTHON: "C:\\Python27\\python.exe"
|
TOXPYTHON: "C:\\Python27\\python.exe"
|
||||||
|
|
||||||
- JOB: "3.4.3 32-bit"
|
- JOB: "3.4.4 32-bit"
|
||||||
PYTHON_HOME: "C:\\Python34"
|
PYTHON_HOME: "C:\\Python34"
|
||||||
TOXENV: "py34"
|
TOXENV: "py34"
|
||||||
TOXPYTHON: "C:\\Python34\\python.exe"
|
TOXPYTHON: "C:\\Python34\\python.exe"
|
||||||
|
|
||||||
- JOB: "3.5.1 32-bit"
|
- JOB: "3.5.2 32-bit"
|
||||||
PYTHON_HOME: "C:\\Python35"
|
PYTHON_HOME: "C:\\Python35"
|
||||||
TOXENV: "py35"
|
TOXENV: "py35"
|
||||||
TOXPYTHON: "C:\\Python35\\python.exe"
|
TOXPYTHON: "C:\\Python35\\python.exe"
|
||||||
|
|
||||||
- JOB: "2.7.11 64-bit"
|
- JOB: "2.7.12 64-bit"
|
||||||
PYTHON_HOME: "C:\\Python27-x64"
|
PYTHON_HOME: "C:\\Python27-x64"
|
||||||
TOXENV: "py27"
|
TOXENV: "py27"
|
||||||
TOXPYTHON: "C:\\Python27-x64\\python.exe"
|
TOXPYTHON: "C:\\Python27-x64\\python.exe"
|
||||||
|
|
||||||
- JOB: "3.4.3 64-bit"
|
- JOB: "3.4.4 64-bit"
|
||||||
PYTHON_HOME: "C:\\Python34-x64"
|
PYTHON_HOME: "C:\\Python34-x64"
|
||||||
TOXENV: "py34"
|
TOXENV: "py34"
|
||||||
TOXPYTHON: "C:\\Python34-x64\\python.exe"
|
TOXPYTHON: "C:\\Python34-x64\\python.exe"
|
||||||
|
|
||||||
- JOB: "3.5.1 64-bit"
|
- JOB: "3.5.2 64-bit"
|
||||||
PYTHON_HOME: "C:\\Python35-x64"
|
PYTHON_HOME: "C:\\Python35-x64"
|
||||||
TOXENV: "py35"
|
TOXENV: "py35"
|
||||||
TOXPYTHON: "C:\\Python35-x64\\python.exe"
|
TOXPYTHON: "C:\\Python35-x64\\python.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user