Skip to content

Commit

Permalink
Merge pull request #3505 from Avira/tox-lowercase
Browse files Browse the repository at this point in the history
Fix tox spelling (all lower case).
  • Loading branch information
nicoddemus authored May 25, 2018
2 parents 93fdad2 + c55635d commit 65bc43d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/en/goodpractices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/en/nose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Unsupported idioms / known issues
You may find yourself wanting to do this if you ran ``python setup.py install``
to set up your project, as opposed to ``python setup.py develop`` or any of
the package manager equivalents. Installing with develop in a
virtual environment like Tox is recommended over this pattern.
virtual environment like tox is recommended over this pattern.

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

0 comments on commit 65bc43d

Please sign in to comment.