1
0
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:
cn 2022-11-03 10:34:19 +01:00
parent 2089e809e8
commit d93b500b71

View File

@ -5,7 +5,7 @@ skip_missing_interpreters = True
[testenv]
commands =
python setup.py install
coverage run -m py.test -v -r wsx
coverage run -m pytest -v -r wsx
coverage report
deps =
mock