mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
force pip to install lxml from binary instead of source on appveyor
[skip travis]
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user