mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 13:51:15 -05:00
tox: Fix typo in the pytest command.
This commit is contained in:
parent
78041c7a6a
commit
928b65beee
2
tox.ini
2
tox.ini
@ -17,7 +17,7 @@ usedevelop = True
|
|||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
commands =
|
commands =
|
||||||
py.test --cov=pantalaimon --cov-report term-missing
|
pytest --cov=pantalaimon --cov-report term-missing
|
||||||
coverage xml
|
coverage xml
|
||||||
coverage report --show-missing
|
coverage report --show-missing
|
||||||
codecov -e TOXENV
|
codecov -e TOXENV
|
||||||
|
Loading…
Reference in New Issue
Block a user