summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-03-21 18:01:45 -0400
committerJulian Berman <Julian@GrayVines.com>2020-03-21 18:01:45 -0400
commitf5796220389613743934934c0c4f6801b50296e4 (patch)
tree814621a890a5904ec99dcf9afc34d723b928492c /tox.ini
parent053b64bbd3080e0e26bf7ad23acd3db4699ee46b (diff)
downloadjsonschema-f5796220389613743934934c0c4f6801b50296e4.tar.gz
Sigh, remove -q from spelling which is required to see the misspelled words.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3a0eab5..0138664 100644
--- a/tox.ini
+++ b/tox.ini
@@ -109,7 +109,7 @@ deps =
[testenv:docs-spelling]
basepython = pypy3
-commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
+commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}