From a0e0312f69cec42643801347fd67e92c975ae5b2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 18 Jan 2020 14:32:58 +0800 Subject: [PATCH] Remove linux for now to get tests green It looks like Mako works differently in more recent versions, might be related to PYTHONPATH. I simply don't want to deal with this, let's be happy it still works somewhere. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1702d32df..afef536cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false language: rust os: - - linux - osx rust: - stable