File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 249249
250250
251251# Example configuration for intersphinx: refer to the Python standard library.
252- intersphinx_mapping = {'http://docs.python.org/' : None }
252+ intersphinx_mapping = {
253+ 'python' : ('http://docs.python.org/3' , None ),
254+ 'tox' : ('https://tox.readthedocs.io/en/latest' , None ),
255+ }
253256
254257
255258# --- Nitpicking options ------------------------------------------------------
Original file line number Diff line number Diff line change @@ -42,12 +42,11 @@ Tests
4242`pytest `_ is the preferred way to run tests. Just run: ``pytest `` from the
4343root directory to execute tests using the default Python interpreter.
4444
45- `tox `_ could be used to run tests for all supported Python versions.
46- Install it (using 'pip install tox') and then run ``tox `` from
45+ :doc: `tox < tox:index >` could be used to run tests for all supported Python
46+ versions. Install it (using 'pip install tox') and then run ``tox `` from
4747the root directory - tests will be executed for all available
4848Python interpreters.
4949
50- .. _tox : http://tox.testrun.org
5150.. _pytest : https://docs.pytest.org/en/latest/
5251
5352
You can’t perform that action at this time.
0 commit comments