summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-29 14:49:59 +0300
committerJulian Berman <Julian@GrayVines.com>2022-07-29 14:50:11 +0300
commitd2181bb1570b9969e58c4ce948054b38a529254f (patch)
tree11186b8ece6c43bd858578e4aebd8bd59f5a2bc8 /tox.ini
parentac29e07c7bd23c912ad463df035ecdc78dadcb1a (diff)
downloadjsonschema-d2181bb1570b9969e58c4ce948054b38a529254f.tar.gz
html -> dirhtml, and format_nongpl -> formatnongpl in tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index f80b593..fcb60d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
[tox]
envlist =
- py{37,38,39,310,311,py3}-{noextra,format,format_nongpl}-{build,tests},
+ py{37,38,39,310,311,py3}-{noextra,format,formatnongpl}-{build,tests},
readme
safety
secrets
style
typing
- docs-{html,doctest,linkcheck,spelling,style}
+ docs-{dirhtml,doctest,linkcheck,spelling,style}
skipsdist = True
[testenv]
@@ -24,7 +24,7 @@ whitelist_externals =
commands =
noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir}
format,perf: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
- format_nongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format_nongpl]'
+ formatnongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format-nongpl]'
# Ignore the deprecation warning until pypa/setuptools#3276 is released
tests,coverage,codecov: {envpython} -Werror -W"ignore:module 'sre_constants' is deprecated:DeprecationWarning" -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}