mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-22 00:52:04 +01:00
tox.ini: Add pep8 environment
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
459baf87d3
commit
aae00a8ba5
8
tox.ini
8
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py26,py27
|
||||
envlist = py26,py27,pep8
|
||||
|
||||
[testenv]
|
||||
deps = -U
|
||||
@ -8,6 +8,10 @@ deps = -U
|
||||
commands =
|
||||
python ryu/tests/run_tests.py
|
||||
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
pep8
|
||||
|
||||
[pep8]
|
||||
exclude = vcsversion.py,.pyc,ryu/contrib,dictconfig.py
|
||||
exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib,dictconfig.py
|
||||
ignore = E113
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user