From c523e0510feda15a0919ebea927b903acc6dc864 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 2 Dec 2015 07:41:28 +0100 Subject: [PATCH] Add some pytest options --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e409001..e0cb4832 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,9 @@ +[pytest] +minversion = 2.8 +strict = true +addopts = -ra +testpaths = tests + + [wheel] universal = 1