summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-01-13 07:54:35 +0000
committerGitHub <noreply@github.com>2021-01-13 07:54:35 +0000
commit1f565b17f446ba349604681bef2a3635828250a6 (patch)
tree13dfe6961960883c6a6a25279c504efa882a9e1f /tox.ini
parent05c23cb44622024c39cc6e317fa75388aaa3c845 (diff)
downloadtox-git-1f565b17f446ba349604681bef2a3635828250a6.tar.gz
Better handling of packaging env creation (#1807)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8c518b47..288778c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ minversion = 3.21
[testenv]
description = run the tests with pytest
package = wheel
-package_env = .pkg
+wheel_build_env = .pkg
passenv =
PYTEST_*
SSL_CERT_FILE
@@ -87,8 +87,8 @@ basepython = python3.9
extras =
docs
commands =
- python -c 'print(r"documentation available under file://{toxworkdir}{/}docs_out{/}index.html")'
sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b html {posargs}
+ python -c 'print(r"documentation available under file://{toxworkdir}{/}docs_out{/}index.html")'
[testenv:pkg_meta]
description = check that the long description is valid