From 54bf6d6369274e8ec0e040d5287038b1cc92329c Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 8 Dec 2017 21:20:12 -0500 Subject: Fix spellchecking test. * Install deps. * Ensure test fails if deps are missing. * Update dictionary for recent docs changes. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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] -- cgit v1.2.3