build PyPlot

This commit is contained in:
Daniel Schwabeneder 2019-06-24 14:25:52 +02:00
parent 040e5a0c04
commit d3a8e160cf

View File

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