summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-25 09:25:36 +0000
committerGerrit Code Review <review@openstack.org>2015-09-25 09:25:36 +0000
commit3a876ff74f380433e4466643492f11b9690aa1f6 (patch)
tree5ef3fcb48ad79a0f0dcc187bc04ab1a62fa7a0cb /tox.ini
parent084a10dd6c22b8e1361ee5a31a500fbb0c68b1da (diff)
parente6fc3aeb2f3a4ab1c60f9d703bb9f1513b4d86fc (diff)
downloadtaskflow-3a876ff74f380433e4466643492f11b9690aa1f6.tar.gz
Merge "Remove dummy/placeholder 'ChangeLog' as its not needed"
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 3c1924f..7f1dd06 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