[appveyor] disable testing 3.5 on Win, only 2.7 & 3.6 is enough
we still test 3.5 on linux
This commit is contained in:
parent
83460d4a57
commit
9ae0ccaa31
@ -1,31 +1,21 @@
|
||||
environment:
|
||||
matrix:
|
||||
- JOB: "2.7.13 32-bit"
|
||||
- JOB: "2.7 32-bit"
|
||||
PYTHON_HOME: "C:\\Python27"
|
||||
TOXENV: "py27-cov"
|
||||
TOXPYTHON: "C:\\Python27\\python.exe"
|
||||
|
||||
- JOB: "3.5.2 32-bit"
|
||||
PYTHON_HOME: "C:\\Python35"
|
||||
TOXENV: "py35-cov"
|
||||
TOXPYTHON: "C:\\Python35\\python.exe"
|
||||
|
||||
- JOB: "3.6.0 32-bit"
|
||||
- JOB: "3.6 32-bit"
|
||||
PYTHON_HOME: "C:\\Python36"
|
||||
TOXENV: "py36-cov"
|
||||
TOXPYTHON: "C:\\Python36\\python.exe"
|
||||
|
||||
- JOB: "2.7.13 64-bit"
|
||||
- JOB: "2.7 64-bit"
|
||||
PYTHON_HOME: "C:\\Python27-x64"
|
||||
TOXENV: "py27-cov"
|
||||
TOXPYTHON: "C:\\Python27-x64\\python.exe"
|
||||
|
||||
- JOB: "3.5.2 64-bit"
|
||||
PYTHON_HOME: "C:\\Python35-x64"
|
||||
TOXENV: "py35-cov"
|
||||
TOXPYTHON: "C:\\Python35-x64\\python.exe"
|
||||
|
||||
- JOB: "3.6.0 64-bit"
|
||||
- JOB: "3.6 64-bit"
|
||||
PYTHON_HOME: "C:\\Python36-x64"
|
||||
TOXENV: "py36-cov"
|
||||
TOXPYTHON: "C:\\Python36-x64\\python.exe"
|
||||
@ -53,7 +43,7 @@ install:
|
||||
|
||||
# install the dependencies to run the tests
|
||||
- "python -m pip install tox"
|
||||
|
||||
|
||||
|
||||
build: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user