Pkg.clone(PyPlot)
This commit is contained in:
parent
a16012b663
commit
64f364f71d
@ -55,5 +55,5 @@ script:
|
|||||||
# - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")'
|
# - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")'
|
||||||
#
|
#
|
||||||
# # - $TESTCMD -e 'Pkg.test("Plots"; coverage=false)'
|
# # - $TESTCMD -e 'Pkg.test("Plots"; coverage=false)'
|
||||||
- julia -e 'Pkg.test("Plots"; coverage=false)'
|
# - julia -e 'Pkg.test("Plots"; coverage=false)'
|
||||||
# # - julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
|
# # - julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
|
||||||
|
|||||||
@ -23,9 +23,9 @@ Pkg.checkout("PlotUtils")
|
|||||||
|
|
||||||
# need this to use Conda
|
# need this to use Conda
|
||||||
ENV["PYTHON"] = ""
|
ENV["PYTHON"] = ""
|
||||||
Pkg.add("PyPlot")
|
Pkg.clone("PyPlot")
|
||||||
Pkg.build("PyPlot")
|
Pkg.build("PyPlot")
|
||||||
|
|
||||||
# Pkg.add("InspectDR")
|
# Pkg.add("InspectDR")
|
||||||
|
|
||||||
# Pkg.test("Plots"; coverage=false)
|
Pkg.test("Plots"; coverage=false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user