From 675115f7c627c4eeab83846b2844b17364aa0746 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 14:12:54 +0100 Subject: [PATCH] [build the docs?] --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63ffd788..37468788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,10 @@ script: after_success: - codecov + +before_deploy: - cd doc + - sphinx-apidoc -o source/ ../GPy - make html - cd ../ @@ -49,6 +52,7 @@ deploy: password: secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4=" on: - plot_density + tags: true + branch: plot_density server: https://testpypi.python.org/pypi distributions: "bdist_wheel sdist"