Skip to content

Commit

Permalink
Add flake8 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Jan 22, 2015
1 parent 54b2322 commit 3d12dd0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = _version.py,versioneer.py,ez_setup.py,.tox,build
exclude = _version.py,versioneer.py,ez_setup.py,.tox,build

[tox]
envlist = clean, py26, py27, py32, py33, py34, pypy, stats
envlist = clean, py26, py27, py32, py33, py34, pypy, stats, flake8

[testenv]
deps =
Expand All @@ -27,4 +27,8 @@ commands =
commands =
coverage combine
coverage report -i
coverage html -i
coverage html -i

[testenv:flake8]
deps = flake8
commands = flake8

0 comments on commit 3d12dd0

Please sign in to comment.