From d3a8e160cfe5733d2121bba5d735a07da88c3304 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 24 Jun 2019 14:25:52 +0200 Subject: [PATCH] build PyPlot --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec9c40a9..dbcf9ffb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,13 @@ addons: apt: packages: - xvfb - - python3-matplotlib env: - - PYTHON = python3 MPLBACKEND = "agg" + - PYTHON = "" MPLBACKEND = "agg" notifications: email: true script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - xvfb-run julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)' + - xvfb-run julia -e 'using Pkg; Pkg.build("PyPlot"); Pkg.build(); Pkg.test(coverage=true)'