From 6c7cfeb02076bdc831df54a3688b3c7126baf38a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 11:25:59 -0700 Subject: Test that docs compile clean as well --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a09a205f..08fa5d04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: - 3.2 - 3.3 install: - - pip install pytest flake8 + - pip install pytest flake8 sphinx script: - py.test - "flake8 . --ignore='E128'" + - sphinx-build -W -bhtml docs/ docs/_build/html/ -- cgit v1.2.3