mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-25 01:26:13 +01:00
Fix RST syntax and release 0.0.10
This commit is contained in:
parent
3438c5679a
commit
1130fb77b4
@ -162,10 +162,10 @@ tox 4
|
|||||||
|
|
||||||
The plugin is available also for tox 4. Differences in behavior between tox 3 and 4 are these:
|
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
|
- ``--recreate`` is no longer needed when you switch from the plugin back to standard tox.
|
||||||
detects it and handles the recreation automatically.
|
Tox detects it and handles the recreation automatically.
|
||||||
- The plugin does not check the requested Python version nor the environment name. If you let
|
- The plugin does not check the requested Python version nor the environment name.
|
||||||
it run for multiple environments they'll all use the same Python.
|
If you let it run for multiple environments they'll all use the same Python.
|
||||||
- Deprecated ``--print-deps-only`` option is no longer available.
|
- Deprecated ``--print-deps-only`` option is no longer available.
|
||||||
|
|
||||||
Use an isolated environment
|
Use an isolated environment
|
||||||
|
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ setup(
|
|||||||
author_email="miro@hroncok.cz",
|
author_email="miro@hroncok.cz",
|
||||||
url="https://github.com/fedora-python/tox-current-env",
|
url="https://github.com/fedora-python/tox-current-env",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
version="0.0.9",
|
version="0.0.10",
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
packages=find_packages("src"),
|
packages=find_packages("src"),
|
||||||
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
|
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
|
||||||
|
Loading…
Reference in New Issue
Block a user