Added PEP 0257 check

Because, lack of inline docs is a big problem all over OpenStack

Change-Id: I54e1756d9984996cd1d509482b9c9a9d60dbef16
This commit is contained in:
sslypushenko 2015-06-25 17:55:56 +03:00 committed by Sergey Slipushenko
parent 7b48c99fcb
commit 59822ee4c4
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@ testrepository>=0.0.18
testtools>=0.9.34
mysqlclient
six>=1.7.0
pep257>=0.5.0

View File

@ -31,6 +31,7 @@ commands = {toxinidir}/setup-mysql-tests.sh python setup.py testr --slowest --te
commands =
flake8 {posargs}
flake8 --filename=refstack* bin
pep257 refstack
distribute = false
[testenv:genconfig]