From b6daa0fa7ee585099b177092eca9a59f08a42ab9 Mon Sep 17 00:00:00 2001
From: miigotu <miigotu@gmail.com>
Date: Mon, 23 Apr 2018 21:55:48 -0700
Subject: [PATCH] Try and fix appveyor

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 560d07a3d..6aeaa223a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -58,7 +58,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"
-  - "pip install --upgrade tox"
+  - "pip install --upgrade --user tox"
 
   # Install node/npm
   - ps: Install-Product node $env:8
-- 
GitLab