summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-12-20 09:59:11 +0100
committerAndreas Jaeger <aj@suse.com>2017-12-20 13:27:05 +0100
commit6927cc4401e01021459aa94a51099af84350763c (patch)
tree0594855b4f93253ddd0a18000142261c07fc4963 /setup.cfg
parent760f4414eae8fb484f4abeaee454847261228f5c (diff)
downloadtaskflow-6927cc4401e01021459aa94a51099af84350763c.tar.gz
Add doc8 to pep8 environment
OpenStack CI does not run the docs environment, it's just for developer convenience. Add the doc8 to the general linter environment so that it's run during automatic testing. The general linter environment is pep8. Disable testing of history.rst since generated ChangeLog file gives an error: "doc/source/user/history.rst:150: D000 Inline emphasis start-string without end-string." Readd sphinx to test environment so that doc8 passes tests. Change-Id: Ia81eac686ff3a82273b1d306596c4731c86c36e6
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2c89800..8f17cc4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,6 +80,7 @@ test =
testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8>=0.6.0 # Apache-2.0
+ sphinx>=1.6.2 # BSD
[nosetests]
cover-erase = true