1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-23 15:08:52 +02:00

Fix a typo

This commit is contained in:
Miro Hrončok
2019-07-24 14:21:30 +02:00
committed by GitHub
parent d7ba8891d4
commit 9dd4b78908

View File

@@ -10,7 +10,7 @@ The ``tox-current-env`` plugin adds two options:
``tox --current-env``
Runs the tox testenv's ``commands`` in the current Python environment
(that is, the environment where ``tox`` is invoked from and installed in).
Unlike regular ``tox`` invocation, this installs no dependendencies declared in ``deps``.
Unlike regular ``tox`` invocation, this installs no dependencies declared in ``deps``.
An attempt to run this with a Python version that doesn't match will fail
(if ``tox`` is invoked from an Python 3.7 environment, any non 3.7 testenv will fail).