qa: run flake8 against tests (#180)

This commit is contained in:
Daniel Hahler 2017-10-07 12:32:20 +02:00 committed by GitHub
parent d364802a8a
commit e3b547f5e1

View file

@ -33,11 +33,11 @@ commands = python setup.py check -r -s
deps = readme_renderer
[testenv:flake8-py27]
commands = flake8 configurations
commands = flake8 configurations tests
deps = flake8
[testenv:flake8-py36]
commands = flake8 configurations
commands = flake8 configurations tests
deps = flake8
[flake8]