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)'