don't display plotly plots

This commit is contained in:
Daniel Schwabeneder 2020-06-30 18:37:32 +02:00
parent cfab4e35cc
commit 4f791a394e

View File

@ -1,4 +1,4 @@
using Plots
Plots.test_examples(:gr, skip = Plots._backend_skips[:gr])
Plots.test_examples(:plotly, skip = Plots._backend_skips[:plotly])
Plots.test_examples(:plotly, skip = Plots._backend_skips[:plotly], disp = false)