Skip to content

Commit

Permalink
- add flake8 checker for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 25, 2017
1 parent 39be398 commit ef1b24f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tox.ini
Expand Up @@ -3,7 +3,8 @@ envlist =
py27,
py34,
py35,
py36
py36,
flake8

[testenv]
commands =
Expand All @@ -16,3 +17,13 @@ deps =
setuptools==33.1.1
zc.buildout
coverage

[testenv:flake8]
basepython = python2.7
commands =
flake8 --format=html --htmldir={toxinidir}/parts/flake8 --doctests src setup.py {posargs}
deps =
flake8
flake8-html
flake8-debugger
flake8-todo

0 comments on commit ef1b24f

Please sign in to comment.