summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-04-03 09:47:10 +0300
committerOmer Katz <omer.drow@gmail.com>2019-04-03 09:47:10 +0300
commitf2a7eeb9adc7ec1e777bf83959b1d03e3b7b40cf (patch)
tree3dc28bf5938070695ba261875a82660e885918c7
parent9a367bfae15fca8214298ff2394f752cc6dc2253 (diff)
downloadpy-amqp-f2a7eeb9adc7ec1e777bf83959b1d03e3b7b40cf.tar.gz
Fix windows build.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3248a99..2b87943 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,7 +62,7 @@ init:
install:
- "powershell extra\\appveyor\\install.ps1"
- - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
+ - "%PYTHON%/python -m pip install -U pip setuptools"
build: off