mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 02:54:28 +01:00
ci: fix pytest command used by tox
This commit is contained in:
parent
2089e809e8
commit
d93b500b71
@ -5,7 +5,7 @@ skip_missing_interpreters = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
python setup.py install
|
python setup.py install
|
||||||
coverage run -m py.test -v -r wsx
|
coverage run -m pytest -v -r wsx
|
||||||
coverage report
|
coverage report
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
|
Loading…
Reference in New Issue
Block a user