From de719df63f3bfd678fa40c8f0eb1bc449d1887f5 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 26 Feb 2020 16:32:57 +0100
Subject: [PATCH] Do not install pystencils in TRAVIS

---
 tests/travis_install.sh | 5 -----
 1 file changed, 5 deletions(-)
 mode change 100644 => 100755 tests/travis_install.sh

diff --git a/tests/travis_install.sh b/tests/travis_install.sh
old mode 100644
new mode 100755
index ed83d78..0aa7ff8
--- a/tests/travis_install.sh
+++ b/tests/travis_install.sh
@@ -49,11 +49,6 @@ pip3 install tox
 pip3 install codecov
 pip3 install sphinx
 
-if [[ -z "$PYSTENCIL_FROM_PIP" ]]; then
-    pip install git+https://github.com/mabau/pystencils.git
-else
-    pip install pystencils
-fi
 pip install flake8
 
 if [[ "$COVERAGE" == "true" ]]; then
-- 
GitLab