From 041d9947d85c4909504042e23ae7e35b23664b24 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 4 Sep 2014 20:07:08 +0400 Subject: [PATCH] Add doc8 tox env doc8 is the pep8 for docs Change-Id: I7eb77c90d158b8cfad2c8c3439e13fac4a576343 --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 2bb11eaf..7b4ba473 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,13 @@ downloadcache = ~/cache/pip sitepackages = False commands = flake8 +[testenv:doc8] +deps = + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + doc8 +commands = doc8 doc/source + [testenv:venv] commands = {posargs}