developer.rst: minor editorial change [skip ci]

This commit is contained in:
Cosimo Lupo 2020-05-15 10:23:34 +01:00
parent c1f6b4d0f1
commit 0c3efde05e
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -52,7 +52,7 @@ environments::
When you run ``tox`` without arguments, the tests are executed for all the environments listed in the ``tox.ini`` ``envlist``. The Python versions that are not available on your system ``PATH`` will be skipped.
You can specify a specific testing environment list via the ``-e`` option, or the ``TOXENV`` environment variable::
You can specify a particular testing environment list via the ``-e`` option, or the ``TOXENV`` environment variable::
tox -e py36
TOXENV="py36-cov,htmlcov" tox