From 4944849a3038747a102bb085287300cbde1f5aac Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 23 Oct 2016 22:11:52 +0100 Subject: [PATCH] Debug travis Mock pin tests aren't skipped locally, but are skipped on Travis; temporarily adding a reporting flag to find out why... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cf458f..dae7b25 100644 --- a/Makefile +++ b/Makefile @@ -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: