1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 01:26:13 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ The ``tox-current-env`` plugin adds two options:
``tox --current-env`` ``tox --current-env``
Runs the tox testenv's ``commands`` in the current Python environment Runs the tox testenv's ``commands`` in the current Python environment
(that is, the environment where ``tox`` is invoked from and installed in). (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 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). (if ``tox`` is invoked from an Python 3.7 environment, any non 3.7 testenv will fail).