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:
Dave Jones
2016-10-23 22:11:52 +01:00
parent e5336c38ce
commit 4944849a30

View File

@@ -101,7 +101,7 @@ develop: tags
$(PIP) install -e .[doc,test]
test:
$(COVERAGE) run -m $(PYTEST) tests -v
$(COVERAGE) run -m $(PYTEST) tests -v -r sx
$(COVERAGE) report --rcfile coverage.cfg
clean: