From 9f382125f5d159a11e709c063727b2e3d9bee672 Mon Sep 17 00:00:00 2001 From: Ilan Date: Mon, 13 Jul 2015 14:07:45 +0200 Subject: [PATCH] Adding sphinx builds to Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5d40e9..743a3b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,12 @@ env: install: - pip install -q django==$DJANGO - pip install -r requirements.txt - - pip install pytest-django pytz coveralls + - pip install pytest-django coveralls sphinx - python setup.py install script: - coverage run --source=django_q -m py.test + - sphinx-build -nW -b html -d _build/doctrees . _build/html after_success: - coveralls