appveyor: no lxml wheels for py37 on windows; skip for now

https://ci.appveyor.com/project/adrientetar/ufolib/build/1.0.489/job/edm1m88yl4q5l36f
This commit is contained in:
Cosimo Lupo 2018-07-14 13:42:47 +01:00
parent eea1766d9a
commit d4f10f121a
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -16,7 +16,9 @@ environment:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
TOXENV: "py37-cov,py37-cov-lxml"
# lxml doesn't have windows 3.7 wheels yet
# TOXENV: "py37-cov,py37-cov-lxml"
TOXENV: "py37-cov"
TOXPYTHON: "C:\\Python37-x64\\python.exe"
skip_branch_with_pr: true