diff options
-rw-r--r-- | setup.cfg | 3 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,2 @@ [wheel] universal = 1 - -[flake8] -exclude = .tox @@ -7,4 +7,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 -commands = flake8 {posargs} +commands = flake8 {posargs} bin/ dotfiles/ tests/ |