Skip to content

Commit

Permalink
Add flake8 target to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 8, 2015
1 parent c3e4564 commit 43347a7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = {py33,py34}-{debug,release}-{cython,pure}
envlist = {py33,py34}-{debug,release}-{cython,pure}, flake8

[testenv]
deps =
nose
coverage
flake8
gunicorn
chardet
cython: cython
Expand All @@ -18,4 +17,12 @@ setenv =
cython: AIOHTTP+NO_EXTENSIONS=0
basepython:
py33: python3.3
py34: python3.4
py34: python3.4

[testenv:flake8]
deps =
flake8
commands =
flake8 aiohttp examples tests
basepython:
python3

0 comments on commit 43347a7

Please sign in to comment.