diff --git a/tox.ini b/tox.ini index af4c47eea0..70f25c097c 100644 --- a/tox.ini +++ b/tox.ini @@ -2,15 +2,11 @@ [testenv] deps = - coverage pytest pytest-flake8 commands = pytest --flake8 - coverage erase - coverage run --omit=**/__init__.py --source=modules -m py.test - coverage report [flake8] max-line-length = 99