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: apt:
packages: packages:
- xvfb - xvfb
- python3-matplotlib
env: env:
- PYTHON = python3 MPLBACKEND = "agg" - PYTHON = "" MPLBACKEND = "agg"
notifications: notifications:
email: true email: true
script: script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - 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)'