Install PyPlot on appveyor

pull/68/head
David Anthoff 2016-12-20 12:29:51 -08:00
parent d8ba7316fe
commit f8fff02777
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "ENV[\"PYTHON\"]=\"\"; Pkg.add(\"PyPlot\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(pwd(), \"Weave\"); versioninfo(); Pkg.build(\"Weave\")"
test_script: