From 997d398882b8fcd1cf10c307f7f8e87abb0049e8 Mon Sep 17 00:00:00 2001
From: miigotu <miigotu@gmail.com>
Date: Thu, 14 Jun 2018 23:11:59 -0700
Subject: [PATCH] Fix appveyor build

Signed-off-by: miigotu <miigotu@gmail.com>
---
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index a59126d4e..1f4796e50 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -57,7 +57,7 @@ install:
 
   # Upgrade to the latest version of pip to avoid it displaying warnings
   # about it being out of date.
-  - "pip install --disable-pip-version-check --user --upgrade pip"
+  - "python -m pip install --disable-pip-version-check --user --upgrade pip"
   - "python -m easy_install -U tox"
 
   # Install node/npm
-- 
GitLab