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