Skip to content

Commit 6d285fe

Browse files
jeanaswebknjaz
authored andcommitted
Mention tox and nox
1 parent 874ebbc commit 6d285fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/guides/tool-recommendations.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ The standard tool for this task is :ref:`twine`.
131131
:ref:`deprecated <setup-py-deprecated>`, it is insecure.
132132

133133

134+
Task runners
135+
============
136+
137+
These tools allow you to define and invoke "tasks", such as running tests,
138+
compiling documentation, regenerating some files, etc. Each task can be executed
139+
in a dedicated virtual environment with the dependencies it requires. The most
140+
common tools for this are :ref:`tox` and :ref:`nox`.
141+
142+
134143
Integrated workflow tools
135144
=========================
136145

0 commit comments

Comments
 (0)