summaryrefslogtreecommitdiff
path: root/doc/en/goodpractices.rst
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2018-05-25 09:54:03 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2018-05-25 09:54:03 +0200
commitc55635d42a6e6bab35307f5d728dfff0b3161901 (patch)
treeefe1a4ee5a4d0dd4f6c9237f48bc5389903d10cf /doc/en/goodpractices.rst
parent93fdad28aae28342940156701b813f6743b6e317 (diff)
downloadpytest-c55635d42a6e6bab35307f5d728dfff0b3161901.tar.gz
Fix tox spelling (all lower case).
Diffstat (limited to 'doc/en/goodpractices.rst')
-rw-r--r--doc/en/goodpractices.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst
index d9f0fff11..1e22c10f2 100644
--- a/doc/en/goodpractices.rst
+++ b/doc/en/goodpractices.rst
@@ -174,7 +174,7 @@ Note that this layout also works in conjunction with the ``src`` layout mentione
.. _`use tox`:
-Tox
+tox
------
For development, we recommend to use virtualenv_ environments and pip_
@@ -194,7 +194,7 @@ Once you are done with your work and want to make sure that your actual
package passes all tests you may want to look into `tox`_, the
virtualenv test automation tool and its `pytest support
<https://tox.readthedocs.io/en/latest/example/pytest.html>`_.
-Tox helps you to setup virtualenv environments with pre-defined
+tox helps you to setup virtualenv environments with pre-defined
dependencies and then executing a pre-configured test command with
options. It will run tests against the installed package and not
against your source code checkout, helping to detect packaging