Commit 482d449b authored by Jason Madden's avatar Jason Madden

Tweak to workaround recurrent DNS failures on appveyor.

parent 075f1ba6
...@@ -144,7 +144,7 @@ cache: ...@@ -144,7 +144,7 @@ cache:
build_script: build_script:
# Build the compiled extension # Build the compiled extension
# pip 19.1 (exactly) won't work; but 19.1.1 should with --no-use-pep517 # pip 19.1 (exactly) won't work; but 19.1.1 should with --no-use-pep517
- 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 -r dev-requirements.txt
test_script: test_script:
# Run the project tests # Run the project tests
...@@ -158,7 +158,7 @@ after_test: ...@@ -158,7 +158,7 @@ after_test:
# https://ci.appveyor.com/project/denik/gevent/builds/23810605/job/83aw4u67artt002b#L602 # https://ci.appveyor.com/project/denik/gevent/builds/23810605/job/83aw4u67artt002b#L602
# So we violate DRY and repeate some requirements in order to use # So we violate DRY and repeate some requirements in order to use
# --no-build-isolation # --no-build-isolation
- "%CMD_IN_ENV% %PYEXE% -m pip install -U --upgrade-strategy=eager pycparser wheel cython setuptools" - "%CMD_IN_ENV% %PYEXE% -m pip install pycparser wheel cython setuptools cffi"
- "%CMD_IN_ENV% %PYEXE% -m pip wheel --no-build-isolation . -w dist" - "%CMD_IN_ENV% %PYEXE% -m pip wheel --no-build-isolation . -w dist"
- ps: "ls dist" - ps: "ls dist"
......
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