Skip to content

Commit ac5cce8

Browse files
authored
Merge pull request #1066 from opencobra/docs/contributing
docs: update instruction on running parallel tox tests
2 parents d7c36a8 + b6b97db commit ac5cce8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/CONTRIBUTING.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,13 @@ Ready to contribute? Here's how to set up cobrapy for local development.
9898
9999
tox
100100
101-
You can run all tests in parallel using detox. To get detox, just pip install
102-
it into your virtualenv.
101+
102+
You can also run all ``tox`` tests in parallel. As of ``tox 3.7``, you can run
103+
104+
.. code-block:: console
105+
106+
tox --parallel
107+
103108
104109
7. Push your branch to GitHub.
105110

0 commit comments

Comments
 (0)