Merge pull request #68 from davidanthoff/appveyor-pyplot

Install PyPlot on appveyor
pull/71/head
Matti Pastell 2016-12-21 18:53:24 +02:00 committed by GitHub
commit 57629c1547
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: