diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..f58bcdeb --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = lib \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 71efa7b4..cee7e31d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,4 @@ [bdist_wheel] python-tag = py34 -[pytest] -norecursedirs = lib [aliases] test=pytest \ No newline at end of file