Added PEP 0257 check
Because, lack of inline docs is a big problem all over OpenStack Change-Id: I54e1756d9984996cd1d509482b9c9a9d60dbef16
This commit is contained in:
parent
7b48c99fcb
commit
59822ee4c4
@ -10,3 +10,4 @@ testrepository>=0.0.18
|
|||||||
testtools>=0.9.34
|
testtools>=0.9.34
|
||||||
mysqlclient
|
mysqlclient
|
||||||
six>=1.7.0
|
six>=1.7.0
|
||||||
|
pep257>=0.5.0
|
1
tox.ini
1
tox.ini
@ -31,6 +31,7 @@ commands = {toxinidir}/setup-mysql-tests.sh python setup.py testr --slowest --te
|
|||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
flake8 --filename=refstack* bin
|
flake8 --filename=refstack* bin
|
||||||
|
pep257 refstack
|
||||||
distribute = false
|
distribute = false
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user