aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-10 16:51:20 -0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-10 16:51:20 -0800
commitf523badfb0bf41ea7b42798673788c93dfd0273e (patch)
treed1c7b788140a92a0bc7e34001c1826dd9380da2e /tox.ini
parent7ce31c1553ac5126e1be92d9e3431c717e5c091a (diff)
parent59075dfd1bc18ad778d04425d8941e07352d7bba (diff)
downloadcryptography-f523badfb0bf41ea7b42798673788c93dfd0273e.tar.gz
cryptography-f523badfb0bf41ea7b42798673788c93dfd0273e.tar.bz2
cryptography-f523badfb0bf41ea7b42798673788c93dfd0273e.zip
Merge pull request #454 from alex/sphinx-spellcheck
Try to run the spellchecker on travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ce2f5398..ff5df360 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,9 @@ commands =
[testenv:docs]
deps =
+ pyenchant
sphinx
+ sphinxcontrib-spelling
sphinx_rtd_theme
basepython = python2.7
commands =
@@ -21,6 +23,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.