From a6c0d82ef7b3d5cba0cb527c2f6857f237993575 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 2 Oct 2015 18:35:34 +0100 Subject: [PATCH] [tests] running all tests --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33941f8a..eabcb056 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,8 @@ setup(name = 'GPy', "GPy.kern._src.psi_comp", "GPy.kern._src", "GPy.plotting.matplot_dep.latent_space_visualizations.controllers", "GPy.plotting.matplot_dep.latent_space_visualizations", - "GPy.plotting.matplot_dep", "GPy.plotting"], + "GPy.plotting.matplot_dep", "GPy.plotting", + "GPy.plotting.gpy_plot"], package_dir={'GPy': 'GPy'}, package_data = {'GPy': ['defaults.cfg', 'installation.cfg', 'util/data_resources.json',