appveyor retries

This commit is contained in:
Grzegorz Bokota
2020-04-07 12:30:53 +02:00
parent a4602c32dd
commit 3aa97f09e2
+1 -1
View File
@@ -14,7 +14,7 @@ build: off
init:
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
install: python -m pip install -r requirements-dev.txt
install: python -m pip install --retries 3 -r requirements-dev.txt
# the '-u' flag is required so the output is in the correct order.
# See https://github.com/joerick/cibuildwheel/pull/24 for more info.