Skip to content

Commit

Permalink
Link to related projects (Invoke and Nox) from the documentation (#1093)
Browse files Browse the repository at this point in the history
Closes #1088
  • Loading branch information
theacodes authored and gaborbernat committed Nov 27, 2018
1 parent ec4dc68 commit b84efc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/1088.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Link to related projects (Invoke and Nox) from the documentation - by :user:`theacodes`.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,17 @@ Current features

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


Related projects
----------------

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:

- `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.
- `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.



.. toctree::
:hidden:

Expand Down

0 comments on commit b84efc8

Please sign in to comment.