diff --git a/setup.cfg b/setup.cfg index 62c67f8..c7ed16f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,6 @@ [wheel] universal = 1 -[pylama] -skip = env/*,venv/* - [tool:pytest] testpaths = tests norecursedirs = env venv .git diff --git a/setup.py b/setup.py index 8f23dc1..07facaf 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ tests_require = [ "pytest-runner", "pytest", - "pylama", "responses", "mock", "coveralls",