File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Note that this layout also works in conjunction with the ``src`` layout mentione
174
174
175
175
.. _`use tox` :
176
176
177
- Tox
177
+ tox
178
178
------
179
179
180
180
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
194
194
package passes all tests you may want to look into `tox `_, the
195
195
virtualenv test automation tool and its `pytest support
196
196
<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
198
198
dependencies and then executing a pre-configured test command with
199
199
options. It will run tests against the installed package and not
200
200
against your source code checkout, helping to detect packaging
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Unsupported idioms / known issues
58
58
You may find yourself wanting to do this if you ran ``python setup.py install ``
59
59
to set up your project, as opposed to ``python setup.py develop `` or any of
60
60
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.
62
62
63
63
- nose-style doctests are not collected and executed correctly,
64
64
also doctest fixtures don't work.
You can’t perform that action at this time.
0 commit comments