From 70d3a95ddbb6f73a9868a725c39f2ae4d8cc7351 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 12 Mar 2020 17:08:01 +0100
Subject: [PATCH] Travis: Experiment windows

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

diff --git a/.travis.yml b/.travis.yml
index 9301c99..60f38b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,7 @@ matrix:
     - brew install ninja
     - alias python=python3
     - alias pip="python3 -m pip"
+    - alias pip3="python3 -m pip"
     - shopt -s expand_aliases
     before_cache:
     - brew cleanup
@@ -77,7 +78,6 @@ matrix:
     language: shell
     before_install:
     - choco install python
-    - choco install pip
     - choco install cuda
     env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
 install:
-- 
GitLab