diff options
author | James Knight <james.d.knight@live.com> | 2021-12-05 14:24:14 -0500 |
---|---|---|
committer | James Knight <james.d.knight@live.com> | 2021-12-05 14:24:14 -0500 |
commit | 334bdceeff4215a6d463f22b9241ff7900413eea (patch) | |
tree | 5d46c80f3a9011b52941fbee664fa93a6f5f0cdc /doc/development/tutorials/examples/autodoc_intenum.py | |
parent | edd14783f3cc6222066fd63efbe28c2728617e18 (diff) | |
download | sphinx-git-334bdceeff4215a6d463f22b9241ff7900413eea.tar.gz |
tox: support coverage on win32
When invoking the `coverage` on a Windows environment, the following
exception may generate:
...
raise CoverageException(f"Couldn't read {fname!r} as a config file")
coverage.exceptions.CoverageException: Couldn't read 'C:mycodesphinx/setup.cfg' as a config file
ERROR: InvocationError for command 'C:\mycode\sphinx\.tox\coverage\Scripts\python.EXE' -X dev -m pytest --durations 25 (exited with code 1)
Enclosing with configuration file with quotes can improve the handling
of a provided path on multiple platform types.
Signed-off-by: James Knight <james.d.knight@live.com>
Diffstat (limited to 'doc/development/tutorials/examples/autodoc_intenum.py')
0 files changed, 0 insertions, 0 deletions