From a1928e6b818939257dd377918c8c85419a24a7f4 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 12 Mar 2020 16:56:04 +0100
Subject: [PATCH] Travis: Try install pip on windows

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7a347f4..673a4d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,7 @@ matrix:
     language: shell
     before_install:
     - choco install python
-    - python -m pip install --upgrade pip
+    - choco install pip
     env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
 install:
 - source tests/travis_install.sh
-- 
GitLab