appveyor: only run tests on 2.7 and 3.7 (too slow\!)

This commit is contained in:
Cosimo Lupo 2018-10-29 19:49:30 +00:00
parent 622131a415
commit 7654895e46
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -3,9 +3,6 @@ environment:
- JOB: "2.7 32-bit"
PYTHON_HOME: "C:\\Python27"
- JOB: "3.6 64-bit"
PYTHON_HOME: "C:\\Python36-x64"
- JOB: "3.7 64-bit"
PYTHON_HOME: "C:\\Python37-x64"