From 52875a11fcc98f57c90b55342bd61e1b87771a31 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 18 Jun 2019 22:43:00 +0200 Subject: [PATCH] try conda again --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3defd662..6bc9a511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,12 @@ before_install: addons: apt: packages: - - python3-matplotlib - xvfb +env: + - PYTHON = "" + - MPLBACKEND = "agg" + notifications: email: true