summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 14:10:55 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 15:01:29 -0700
commite6fc3aeb2f3a4ab1c60f9d703bb9f1513b4d86fc (patch)
tree3fdc94e35d29947ecde8d87b1b197e0373ad16d7 /tox.ini
parent6a42f662e2a474734e89a3a1dfa8a14519a81e75 (diff)
downloadtaskflow-e6fc3aeb2f3a4ab1c60f9d703bb9f1513b4d86fc.tar.gz
Remove dummy/placeholder 'ChangeLog' as its not needed
Just enforce that `python setup.py build_sphinx` will be the way to build docs (which also builds a 'ChangeLog') so we don't need to maintain a dummy file here anymore. Change-Id: Icec9173c7970d84c105f151ac74dc9080ab3b1f7
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