Skip to content

Commit 38c477f

Browse files
committed
Update the brief README note from tox to nox
1 parent 4e0a4dc commit 38c477f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Please read the `format validation documentation <https://python-jsonschema.read
9898
Running the Test Suite
9999
----------------------
100100

101-
If you have ``tox`` installed (perhaps via ``pip install tox`` or your package manager), running ``tox`` in the directory of your source checkout will run ``jsonschema``'s test suite on all of the versions of Python ``jsonschema`` supports.
102-
If you don't have all of the versions that ``jsonschema`` is tested under, you'll likely want to run using ``tox``'s ``--skip-missing-interpreters`` option.
101+
If you have ``nox`` installed (perhaps via ``pipx install nox`` or your package manager), running ``nox`` in the directory of your source checkout will run ``jsonschema``'s test suite on all of the versions of Python ``jsonschema`` supports.
102+
If you don't have all of the versions that ``jsonschema`` is tested under, you'll likely want to run using ``nox``'s ``--no-error-on-missing-interpreters`` option.
103103

104104
Of course you're also free to just run the tests on a single version with your favorite test runner.
105105
The tests live in the ``jsonschema.tests`` package.
@@ -111,7 +111,7 @@ Benchmarks
111111
``jsonschema``'s benchmarks make use of `pyperf <https://pyperf.readthedocs.io>`_.
112112
Running them can be done via::
113113

114-
$ tox -e perf
114+
$ nox -s perf
115115

116116

117117
Community

0 commit comments

Comments
 (0)