mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-03 12:06:17 -04:00
tox: Fix typo in the pytest command.
This commit is contained in:
parent
78041c7a6a
commit
928b65beee
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -17,7 +17,7 @@ usedevelop = True
|
|||
[testenv:coverage]
|
||||
basepython = python3.7
|
||||
commands =
|
||||
py.test --cov=pantalaimon --cov-report term-missing
|
||||
pytest --cov=pantalaimon --cov-report term-missing
|
||||
coverage xml
|
||||
coverage report --show-missing
|
||||
codecov -e TOXENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue