diff --git a/setup.cfg b/setup.cfg index d6262b02..e57b2572 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,4 @@ [bdist_wheel] -python-tag = py34 \ No newline at end of file +python-tag = py34 +[pytest] +norecursedirs = lib \ No newline at end of file