diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |