force pip to install lxml from binary instead of source on appveyor

[skip travis]
This commit is contained in:
Josh Barnes
2017-09-19 01:14:58 +01:00
parent 7ded79f0b1
commit d248502ae5
+4
View File
@@ -8,6 +8,10 @@ cache:
environment:
COVERALLS_REPO_TOKEN:
secure: lFyaxdbvCvXKM+PjmN9FToU8DhsdS474RgaW/bNAu4IBnn7QbfZzDYrjKw33V6Oo
global:
# lxml will not build appropriately from source on Windows without the
# appropriate libxml headers. As a result, make pip use binary packages.
PIP_ONLY_BINARY: lxml
matrix:
- TOXENV: 'py27-notebook'