e59c4fbf2a
Change-Id: Ice500c7e7e30609827d69dc0ae178b627ea046d9 Author: mb874d@att.com
16 lines
230 B
INI
16 lines
230 B
INI
[tox]
|
|
envlist = lint
|
|
|
|
[testenv:fmt]
|
|
deps = yapf==0.20.0
|
|
commands =
|
|
yapf -ir {toxinidir}/pegleg
|
|
|
|
[testenv:lint]
|
|
deps =
|
|
yapf==0.20.0
|
|
flake8==3.5.0
|
|
commands =
|
|
yapf -rd {toxinidir}/pegleg
|
|
flake8 {toxinidir}/pegleg
|