mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Debug travis
Mock pin tests aren't skipped locally, but are skipped on Travis; temporarily adding a reporting flag to find out why...
This commit is contained in:
2
Makefile
2
Makefile
@@ -101,7 +101,7 @@ develop: tags
|
|||||||
$(PIP) install -e .[doc,test]
|
$(PIP) install -e .[doc,test]
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(COVERAGE) run -m $(PYTEST) tests -v
|
$(COVERAGE) run -m $(PYTEST) tests -v -r sx
|
||||||
$(COVERAGE) report --rcfile coverage.cfg
|
$(COVERAGE) report --rcfile coverage.cfg
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user