From b679392f764c356e6b166bbba33405d7ccbd6fc4 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 15 Jun 2016 23:25:39 +0100 Subject: [PATCH] test docs build in travis --- .travis.yml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 24cfd52..3ad7674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: - pip install scrutinizer-ocular script: - make test + - make docs after_script: - coveralls - ocular diff --git a/requirements.txt b/requirements.txt index 638817c..d974099 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ PyYAML==3.11 requests==2.9.1 vcrpy==1.7.4 vdf==2.0 +sphinx==1.3.5