Merge "Enable pep8 test against auto-generated configuration"
This commit is contained in:
commit
a6c3d6d07d
4
tox.ini
4
tox.ini
@ -12,7 +12,9 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
commands = python setup.py testr --testr-args='{posargs}'
|
commands = python setup.py testr --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands =
|
||||||
|
flake8 {posargs}
|
||||||
|
{toxinidir}/tools/config/check_uptodate.sh
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
Loading…
Reference in New Issue
Block a user