Skip to content

Commit 65bc43d

Browse files
authored
Merge pull request #3505 from Avira/tox-lowercase
Fix tox spelling (all lower case).
2 parents 93fdad2 + c55635d commit 65bc43d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/en/goodpractices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Note that this layout also works in conjunction with the ``src`` layout mentione
174174

175175
.. _`use tox`:
176176

177-
Tox
177+
tox
178178
------
179179

180180
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
194194
package passes all tests you may want to look into `tox`_, the
195195
virtualenv test automation tool and its `pytest support
196196
<https://tox.readthedocs.io/en/latest/example/pytest.html>`_.
197-
Tox helps you to setup virtualenv environments with pre-defined
197+
tox helps you to setup virtualenv environments with pre-defined
198198
dependencies and then executing a pre-configured test command with
199199
options. It will run tests against the installed package and not
200200
against your source code checkout, helping to detect packaging

doc/en/nose.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Unsupported idioms / known issues
5858
You may find yourself wanting to do this if you ran ``python setup.py install``
5959
to set up your project, as opposed to ``python setup.py develop`` or any of
6060
the package manager equivalents. Installing with develop in a
61-
virtual environment like Tox is recommended over this pattern.
61+
virtual environment like tox is recommended over this pattern.
6262

6363
- nose-style doctests are not collected and executed correctly,
6464
also doctest fixtures don't work.

0 commit comments

Comments
 (0)