build PyPlot
This commit is contained in:
parent
040e5a0c04
commit
d3a8e160cf
@ -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)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user