Add flake8 to automated tests
This commit is contained in:
parent
fb9ffb3dbd
commit
79390dc0e4
2 changed files with 25 additions and 2 deletions
19
tox.ini
19
tox.ini
|
|
@ -1,4 +1,23 @@
|
|||
[tox]
|
||||
envlist =
|
||||
pypy
|
||||
py27
|
||||
py33
|
||||
py34
|
||||
py35
|
||||
flake8
|
||||
|
||||
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
scour --version
|
||||
python testscour.py
|
||||
|
||||
|
||||
[testenv:flake8]
|
||||
deps =
|
||||
flake8
|
||||
|
||||
commands =
|
||||
flake8 --max-line-length=119
|
||||
Loading…
Add table
Add a link
Reference in a new issue