aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-12-08 21:20:12 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2017-12-08 22:18:39 -0500
commit54bf6d6369274e8ec0e040d5287038b1cc92329c (patch)
treea26f8d44a8767c4c13bad553d22078b69549ae3d /tox.ini
parent193c5092b130a2e961e476982dc2d2d9c95623d2 (diff)
downloadmarkdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.tar.gz
markdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.tar.bz2
markdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.zip
Fix spellchecking test.
* Install deps. * Ensure test fails if deps are missing. * Update dictionary for recent docs changes.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 33e0f57..89cc397 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,8 @@ commands = flake8 {toxinidir}/markdown {toxinidir}/tests {toxinidir}/setup.py {t
[testenv:checkspelling]
deps =
+ mkdocs
+ mkdocs_nature
commands = {toxinidir}/checkspelling.sh
[flake8]