From bc193cf4e69c0d296f6b36065795a41656cd586d Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Mon, 2 Sep 2019 10:03:36 +0200
Subject: [PATCH] "Pystencils from pip" is no longer allowed to fail

---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 152882f..215d2cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,6 @@ addons:
     update: true
 matrix:
   fast_finish: true
-  allow_failures:
-    - name: "Pystencils from pip"
   include:
     - python: 3.6
       env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true" LINT="false"
-- 
GitLab