appveyor: test on python3.7 64-bit; no longer test on 2.7 x64 and 3.6 x86

appveyor is slooow. It's enough we test 2.7 on 32-bit and 3.6 and 3.7 for 64-bit. I think..
This commit is contained in:
Cosimo Lupo 2018-07-24 12:23:40 +01:00
parent 6f94e2ce23
commit 098b0ade72
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -5,21 +5,16 @@ environment:
TOXENV: "py27-cov"
TOXPYTHON: "C:\\Python27\\python.exe"
- JOB: "3.6 32-bit"
PYTHON_HOME: "C:\\Python36"
TOXENV: "py36-cov"
TOXPYTHON: "C:\\Python36\\python.exe"
- JOB: "2.7 64-bit"
PYTHON_HOME: "C:\\Python27-x64"
TOXENV: "py27-cov"
TOXPYTHON: "C:\\Python27-x64\\python.exe"
- JOB: "3.6 64-bit"
PYTHON_HOME: "C:\\Python36-x64"
TOXENV: "py36-cov"
TOXPYTHON: "C:\\Python36-x64\\python.exe"
- JOB: "3.7 64-bit"
PYTHON_HOME: "C:\\Python37-x64"
TOXENV: "py37-cov"
TOXPYTHON: "C:\\Python37-x64\\python.exe"
install:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same