From da172ec641642f3c741b3360095de9e4588acb9a Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 26 Mar 2016 08:51:32 -0500 Subject: [PATCH] Print pytest warnings immediately --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index abde58d..8af25a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,4 @@ requires-dist = [pytest] norecursedirs = .git .* *.egg* old docs dist build +addopts = -rw