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