1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00

Fix RST syntax and release 0.0.10

This commit is contained in:
Miro Hrončok 2022-12-14 15:29:24 +01:00
parent 3438c5679a
commit 1130fb77b4
2 changed files with 5 additions and 5 deletions

View File

@ -162,10 +162,10 @@ tox 4
The plugin is available also for tox 4. Differences in behavior between tox 3 and 4 are these:
- ``--recreate`` is no longer needed when you switch from the plugin back to standard tox. Tox
detects it and handles the recreation automatically.
- The plugin does not check the requested Python version nor the environment name. If you let
it run for multiple environments they'll all use the same Python.
- ``--recreate`` is no longer needed when you switch from the plugin back to standard tox.
Tox detects it and handles the recreation automatically.
- The plugin does not check the requested Python version nor the environment name.
If you let it run for multiple environments they'll all use the same Python.
- Deprecated ``--print-deps-only`` option is no longer available.
Use an isolated environment

View File

@ -14,7 +14,7 @@ setup(
author_email="miro@hroncok.cz",
url="https://github.com/fedora-python/tox-current-env",
license="MIT",
version="0.0.9",
version="0.0.10",
package_dir={"": "src"},
packages=find_packages("src"),
entry_points={"tox": ["current-env = tox_current_env.hooks"]},