diff --git a/tox.ini b/tox.ini index 948d6bc4..a9908ab6 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,14 @@ env_list = coverage-report +[testenv:.pkg] +pass_env = + SETUPTOOLS_SCM_PRETEND_VERSION + + [testenv] +package = wheel +wheel_build_env = .pkg extras = tests commands = pytest {posargs:-n auto} pass_env =