diff --git a/pytest.ini b/pytest.ini index 6d94ff5a..df3eb518 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --doctest-modules --pylint +addopts = --doctest-modules diff --git a/tox.ini b/tox.ini index 6ba833da..47011557 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = pytest-pylint responses -commands = pytest {posargs} +commands = pytest --pylint {posargs} [testenv:codestyle] deps = pycodestyle