We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f146e5 commit f9ae851Copy full SHA for f9ae851
Makefile
@@ -20,7 +20,7 @@ release:
20
21
test:
22
pylama $(PACKAGE)
23
- py.test -s --cov dataflows --cov-report term-missing
+ py.test -vvv -s --cov dataflows --cov-report term-missing
24
25
version:
26
@echo $(VERSION)
0 commit comments