diff --git a/Doc/source/developer.rst b/Doc/source/developer.rst index b4fb3f076..3e259f0ee 100644 --- a/Doc/source/developer.rst +++ b/Doc/source/developer.rst @@ -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