setup.py: Include 'flake8' in 'test' requirements

We are using this in our testing and actually need it for the flake8
plugin, so include this in the list of 'test' requirements.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2017-10-21 12:19:04 +01:00
parent fcbabcd9b5
commit a102e8e29b
3 changed files with 1 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ deps=
{[testenv]deps}
[testenv:flake8]
deps=flake8
commands=flake8
[testenv:pylint]