From: David Lord Date: Tue, 27 Jun 2023 15:01:19 +0000 (-0700) Subject: simplify tox config X-Git-Tag: 3.1.3~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d80f1868323347a843370163eac0b7db182b9cd6;p=thirdparty%2Fjinja.git simplify tox config envs inherit base testenv --- diff --git a/tox.ini b/tox.ini index a58978c9..1b163ff5 100644 --- a/tox.ini +++ b/tox.ini @@ -19,13 +19,9 @@ skip_install = true commands = pre-commit run --all-files [testenv:typing] -package = wheel -wheel_build_env = .pkg deps = -r requirements/typing.txt commands = mypy [testenv:docs] -package = wheel -wheel_build_env = .pkg deps = -r requirements/docs.txt commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html