summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-11-18 14:57:00 -0500
committerJulian Berman <Julian@GrayVines.com>2020-11-18 14:57:00 -0500
commitdf48d09fb5c53408dd60861b22b564a8d1d92b48 (patch)
tree49f3795bef124174df0e49a2ecdb678051b34ffd /tox.ini
parentb586c28bbf9fd39c5c0602cb1d832b45c9c12c14 (diff)
downloadjsonschema-df48d09fb5c53408dd60861b22b564a8d1d92b48.tar.gz
Run more toxenvs on 3.9.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index fbd59eb..e731f11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,42 +73,36 @@ deps = detect-secrets
commands = {envbindir}/detect-secrets scan {toxinidir}
[testenv:style]
-basepython = pypy3
deps =
flake8
commands =
{envpython} -m flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs
[testenv:docs-html]
-basepython = pypy3
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-doctest]
-basepython = pypy3
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-linkcheck]
-basepython = pypy3
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-spelling]
-basepython = pypy3
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-style]
-basepython = pypy3
commands = doc8 {posargs} {toxinidir}/docs
deps =
doc8