From f1bd7ab1dcfba12a2fffcc3e4fe9de72966998f4 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 12 Jul 2016 11:53:37 -0400 Subject: [PATCH] travis fix --- test/REQUIRE | 1 - test/travis_commands.jl | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/REQUIRE b/test/REQUIRE index 071779ff..cf3ef4b9 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -7,7 +7,6 @@ Reexport Measures FactCheck Images -PyPlot @osx QuartzImageIO GR DataFrames diff --git a/test/travis_commands.jl b/test/travis_commands.jl index aa36ee50..a60b53e0 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -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)