From 040e5a0c0486f25e00ad031e5e22a7fcdeccdc43 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 24 Jun 2019 13:42:23 +0200 Subject: [PATCH] try python3 again --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66c82f6a..ec9c40a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,10 @@ addons: apt: packages: - xvfb + - python3-matplotlib env: - - PYTHON = "" MPLBACKEND = "agg" + - PYTHON = python3 MPLBACKEND = "agg" notifications: email: true