diff --git a/.ci/install-pip.sh b/.ci/install-pip.sh new file mode 100755 index 0000000..379cfbf --- /dev/null +++ b/.ci/install-pip.sh @@ -0,0 +1,4 @@ +#!/bin/sh +curl -O https://bootstrap.pypa.io/get-pip.py +python3 get-pip.py +rm -f get-pip.py diff --git a/appveyor.yml b/appveyor.yml index 0b49b03..16e765e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,6 @@ init: -P git \ -P wget \ -P curl - - "%CYG_BASH% -lc 'pip install cpp-coveralls'" environment: global: @@ -60,6 +59,10 @@ install: build_script: - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0