Add test for JULIA_DEPOT_PATHt

pull/555/head
yuvipanda 2019-01-16 22:42:36 -08:00
rodzic 6db905f137
commit 3c9f31edc3
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -16,3 +16,9 @@ if isfile("graph.png")
else
exit(1)
end
# We check that PyPlot is installed inside ${JULIA_DEPOT_PATH}
if ! isdir(ENV["JULIA_DEPOT_PATH"] * "/packages/PyPlot")
println("PyPlot not installed under JULIA_DEPOT_PATH")
exit(1)
end