Commit 6d475370 authored by Jason Madden's avatar Jason Madden

Be specific about our desired build system.

parent d4dc816e
...@@ -138,6 +138,9 @@ cache: ...@@ -138,6 +138,9 @@ cache:
- '%LOCALAPPDATA%\pip\Cache' - '%LOCALAPPDATA%\pip\Cache'
build_script: build_script:
# Sometimes we have a problem installing this?
# See https://ci.appveyor.com/project/denik/gevent/builds/23810605/job/83aw4u67artt002b#L602
- "%CMD_IN_ENV% %PYEXE% -m pip install -U --upgrade-strategy=eager pycparser"
# Build the compiled extension # Build the compiled extension
- if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -U --upgrade-strategy=eager -r dev-requirements.txt - if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -U --upgrade-strategy=eager -r dev-requirements.txt
......
[build-system] [build-system]
build-backend = "setuptools.build_meta:__legacy__"
requires = [ requires = [
"setuptools", "setuptools >= 40.8.0",
"wheel", "wheel",
# Python 3.7 requires at least Cython 0.27.3. # Python 3.7 requires at least Cython 0.27.3.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment