Skip to content

Commit

Permalink
Improve docs grammar and clarity. (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 5, 2020
1 parent e9071c1 commit 800b4cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Global settings are defined under the ``tox`` section as:
.. conf:: minversion

Define the minimal tox version required to run; if the host tox is less than this
the tool with create an environment and provision it with a tox that satisfies it
under :conf:`provision_tox_env`.
Define the minimal tox version required to run; if the host's tox version is less
than this the tool will create an environment and provision it with a version of
tox that satisfies this under :conf:`provision_tox_env`.

.. conf:: requires ^ LIST of PEP-508

Expand Down Expand Up @@ -108,7 +108,7 @@ Global settings are defined under the ``tox`` section as:

.. versionadded:: 3.4.0

What tox environments are ran during the tox invocation can be further filtered
Which tox environments are run during the tox invocation can be further filtered
via the operating system environment variable ``TOX_SKIP_ENV`` regular expression
(e.g. ``py27.*`` means **don't** evaluate environments that start with the key ``py27``).
Skipped environments will be logged at level two verbosity level.
Expand All @@ -117,9 +117,9 @@ Global settings are defined under the ``tox`` section as:

.. versionadded:: 1.7.2

When skip missing interpreters is ``true`` will force ``tox`` to return success even
Setting this to ``true`` will force ``tox`` to return success even
if some of the specified environments were missing. This is useful for some CI
systems or running on a developer box, where you might only have a subset of
systems or when running on a developer box, where you might only have a subset of
all your supported interpreters installed but don't want to mark the build as
failed because of it. As expected, the command line switch always overrides
this setting if passed on the invocation. Setting it to ``config``
Expand Down

0 comments on commit 800b4cc

Please sign in to comment.