diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index ba4c69b7..00000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -.. This is a generated file! Do not edit. diff --git a/tox.ini b/tox.ini index 3c1924f2..7f1dd065 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