Skip to content

Commit b84efc8

Browse files
theacodesgaborbernat
authored andcommitted
Link to related projects (Invoke and Nox) from the documentation (#1093)
Closes #1088
1 parent ec4dc68 commit b84efc8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/changelog/1088.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Link to related projects (Invoke and Nox) from the documentation - by :user:`theacodes`.

docs/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,17 @@ Current features
160160

161161
* supports :ref:`using different / multiple PyPI index servers <multiindex>`
162162

163+
164+
Related projects
165+
----------------
166+
167+
tox has influenced several other projects in the Python test automation space. If tox doesn't quite fit your needs or you want to do more research, we recommend taking a look at these projects:
168+
169+
- `Invoke <https://www.pyinvoke.org/>`__ is a general-purpose task execution library, similar to Make. Invoke is far more general-purpose than tox but it does not contain the Python testing-specific features that tox specializes in.
170+
- `Nox <https://nox.thea.codes>`__ is a project similar in spirit to tox but different in approach. Nox's key difference is that it uses Python scripts instead of a configuration file. Nox might be useful if you find tox's configuration too limiting but aren't looking to move to something as general-purpose as Invoke or Make.
171+
172+
173+
163174
.. toctree::
164175
:hidden:
165176

0 commit comments

Comments
 (0)