aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 11:25:59 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 11:25:59 -0700
commit6c7cfeb02076bdc831df54a3688b3c7126baf38a (patch)
tree3a567af193bf3a9a7600d1d1fc6eefd006b0c9c2
parentb64929b18f180d7abd8e7295ac769b58596ee5a8 (diff)
downloadcryptography-6c7cfeb02076bdc831df54a3688b3c7126baf38a.tar.gz
cryptography-6c7cfeb02076bdc831df54a3688b3c7126baf38a.tar.bz2
cryptography-6c7cfeb02076bdc831df54a3688b3c7126baf38a.zip
Test that docs compile clean as well
-rw-r--r--.travis.yml3
-rw-r--r--docs/_static/.keep0
2 files changed, 2 insertions, 1 deletions
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/
diff --git a/docs/_static/.keep b/docs/_static/.keep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/docs/_static/.keep