summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "TBBle" Hampson <Paul.Hampson@Pobox.com>2017-02-11 03:44:56 +1100
committerPaul "TBBle" Hampson <Paul.Hampson@Pobox.com>2017-02-11 03:44:56 +1100
commited3db2967e95f7aa9d6b086a7e5b9417c02a4418 (patch)
tree3b596f8e4c98c482471bc3f64017a06bca921d37
parent57d3843f87797961fff4626c024f6ae527465dfc (diff)
downloadpython-lxml-ed3db2967e95f7aa9d6b086a7e5b9417c02a4418.tar.gz
Don't compile Cython from source on AppVeyor
Per https://pypi.python.org/pypi/Cython, when a platform doesn't have a wheel, it's better for CI systems to use an uncompiled version.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 084ae405..14db6875 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,7 +14,7 @@ install:
python -m pip install -U pip wheel setuptools
- pip install -r requirements.txt
+ pip install -r requirements.txt --install-option="--no-cython-compile"
build_script:
- cmd: >-