From 5e0bc71ec89b554158682421ba46ac2799d6c4a0 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Tue, 28 Apr 2015 16:28:41 +0100 Subject: [PATCH 1/2] Update MANIFEST.in --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bcbf3583..1800fa52 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,6 @@ include *.cfg recursive-include doc *.cfg include *.json recursive-include doc *.json +recursive-include GPy *.c +recursive-include GPy *.so +recursive-include GPy *.pyx From 1c433bb24743bc4813625b78e5382d5b63ec4f21 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Tue, 28 Apr 2015 16:35:48 +0100 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7e3f7cf..f30c0910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ before_install: install: - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy=1.7 scipy=0.12 matplotlib nose sphinx pip nose - - pip install . + #- pip install . + - python setup.py --build_ext --inplace #--use-mirrors # # command to run tests, e.g. python setup.py test