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

Be specific about our desired build system.

parent d4dc816e
......@@ -138,6 +138,9 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'
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
- if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -U --upgrade-strategy=eager -r dev-requirements.txt
......
[build-system]
build-backend = "setuptools.build_meta:__legacy__"
requires = [
"setuptools",
"setuptools >= 40.8.0",
"wheel",
# 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