From 2a94b9f14edb290484c77e4522582b882f124f03 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 18 Jun 2019 22:49:12 +0200 Subject: [PATCH] combine ENV variables in travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bc9a511..66c82f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ addons: - xvfb env: - - PYTHON = "" - - MPLBACKEND = "agg" + - PYTHON = "" MPLBACKEND = "agg" notifications: email: true