Fix pep8 test

make pep8 working by removing ChangeLog include from doc
and change pep8 declaration in tox file.

Change-Id: I171747abc95b6fa60e0c570ed823a5595d35ad7e
This commit is contained in:
Adrian Czarnecki 2017-10-24 12:59:00 +02:00
parent 3bfd48f178
commit 6149b0d436
3 changed files with 0 additions and 11 deletions

View File

@ -1 +0,0 @@
.. include:: ../../../ChangeLog

View File

@ -27,11 +27,3 @@ Developer reference
:maxdepth: 1
code
Changelog
---------
.. toctree::
:maxdepth: 1
history

View File

@ -67,8 +67,6 @@ commands =
[testenv:pep8]
description = Runs set of linters against codebase (flake8, bandit, bashate, checkniceness)
skip_install = True
usedevelop = False
commands =
{[testenv:flake8]commands}
{[testenv:bandit]commands}