summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-30 08:27:38 +0700
committerNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-30 08:28:55 +0700
commitabb3460b9e43b374eed8095936d9120979de46e4 (patch)
tree5b44c7fabf62d1e267e4a532a205ea039c91f411 /test-requirements.txt
parent196e6d95312cda64899baadbce9709325c25de3e (diff)
downloadtrove-abb3460b9e43b374eed8095936d9120979de46e4.tar.gz
Add doc8 to pep8 check for trove project
This patch adds a doc8 check of .rst files to the current pep8 check. It includes fixes to the .rst files that didn't pass the check. Change-Id: I866ee72cfdd6067ae219a751aa7c2a0c391886f7
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a705e0bf..2b99ae88 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -26,5 +26,6 @@ psycopg2>=2.6.2 # LGPL/ZPL
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
couchdb>=0.8 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
pylint==1.4.5 # GPLv2