travis fix

This commit is contained in:
Thomas Breloff 2016-07-12 11:53:37 -04:00
parent 79399913d7
commit f1bd7ab1dc
2 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,6 @@ Reexport
Measures
FactCheck
Images
PyPlot
@osx QuartzImageIO
GR
DataFrames

View File

@ -17,8 +17,8 @@ Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git")
# Pkg.checkout("RecipesBase")
Pkg.clone("VisualRegressionTests")
# ENV["PYTHON"] = ""
# Pkg.add("PyPlot")
# Pkg.build("PyPlot")
ENV["PYTHON"] = ""
Pkg.add("PyPlot")
Pkg.build("PyPlot")
Pkg.test("Plots"; coverage=false)