From d80f1868323347a843370163eac0b7db182b9cd6 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 27 Jun 2023 08:01:19 -0700 Subject: [PATCH] simplify tox config envs inherit base testenv --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index a58978c9e..1b163ff5a 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