From 0ba4ee7b369d8ddd7d4294217f6d51f87492051e Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Mon, 14 Aug 2023 12:06:51 +0200 Subject: [PATCH] Install package as wheel in all tox envs. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index d7c6df6a..c496cf92 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ deps = pytest-cov==4.0.0 commands = pytest {posargs} +# Install package as wheel in all envs (https://hynek.me/articles/turbo-charge-tox/). +package = wheel +wheel_build_env = .pkg [testenv:style] basepython = python3