mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Missing backslash
This commit is contained in:
parent
53846c4806
commit
f5bc42632d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -80,7 +80,7 @@ changedir = {[base]changedir}
|
|||
commands =
|
||||
pytest --durations=5 \
|
||||
--cov={[base]covtarget} \
|
||||
--cov-report=html:htmlcov-py37
|
||||
--cov-report=html:htmlcov-py37 \
|
||||
--cov-report=term \
|
||||
{posargs} \
|
||||
{[base]pytesttarget}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue