From d2181bb1570b9969e58c4ce948054b38a529254f Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 29 Jul 2022 14:49:59 +0300 Subject: html -> dirhtml, and format_nongpl -> formatnongpl in tox --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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} -- cgit v1.2.1