From 59822ee4c4ce570c39ffe9efd5d268ad70a57292 Mon Sep 17 00:00:00 2001 From: sslypushenko Date: Thu, 25 Jun 2015 17:55:56 +0300 Subject: [PATCH] Added PEP 0257 check Because, lack of inline docs is a big problem all over OpenStack Change-Id: I54e1756d9984996cd1d509482b9c9a9d60dbef16 --- test-requirements.txt | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index c700e9e1..40387cb2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10,4 @@ testrepository>=0.0.18 testtools>=0.9.34 mysqlclient six>=1.7.0 +pep257>=0.5.0 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 70e76bf0..191add77 100644 --- a/tox.ini +++ b/tox.ini @@ -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]