summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5ee35ac..f7b7cc8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,7 @@ import_exceptions = six.moves
unittest.mock
[testenv:py27]
-commands =
+commands =
python setup.py testr --slowest --testr-args='{posargs}'
sphinx-build -b doctest doc/source doc/build
- doc8 doc/source
+ doc8 --ignore-path "doc/source/history.rst" doc/source