From e83cfc412e0e82d2d235fc8fdfdbea2ff32de03d Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 12 Apr 2015 18:07:49 +0200 Subject: [PATCH] Added pip installation in appveyor builds --- .ci/install-pip.sh | 4 ++++ appveyor.yml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 .ci/install-pip.sh 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