mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-01-23 17:27:09 +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]
|
||||
commands =
|
||||
python setup.py install
|
||||
coverage run -m py.test -v -r wsx
|
||||
coverage run -m pytest -v -r wsx
|
||||
coverage report
|
||||
deps =
|
||||
mock
|
||||
|
Loading…
x
Reference in New Issue
Block a user