summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-10 07:30:51 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-10 07:30:51 -0800
commitfc4e2b740feba8d38ad9900e6203f619a31b71f3 (patch)
tree12897105a44159a1d21ba39f5eed061b9283d914 /tox.ini
parent694dab0aa1ca1bc2096c7dbabf573641633e81df (diff)
downloadcryptography-fc4e2b740feba8d38ad9900e6203f619a31b71f3.tar.gz
Try to run the spellchecker on travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ce2f5398b..9cd0699db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ commands =
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html
+ sphinx-build -W -b spelling docs docs/_build/html
# Temporarily disable coverage on pypy because of performance problems with
# coverage.py on pypy.