aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c8312af0..94cc48d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands = nosetests --with-xunit \
[testenv:docs]
basepython = python2.7
commands =
- doc8 api --ignore-path api/build
+ doc8 README.rst api --ignore-path api/build
sphinx-build -W -b html api/ api/build
[testenv:pep8]