diff --git a/ansible-role-tripleo-{{cookiecutter.project_name}}/tox.ini b/ansible-role-tripleo-{{cookiecutter.project_name}}/tox.ini index 4c351db..0937984 100644 --- a/ansible-role-tripleo-{{cookiecutter.project_name}}/tox.ini +++ b/ansible-role-tripleo-{{cookiecutter.project_name}}/tox.ini @@ -20,8 +20,6 @@ commands = bindep test [testenv:pep8] commands = - # Check the readme for python release - python setup.py check --strict -r # Run hacking/flake8 check for all python files bash -c "git ls-files | grep -v releasenotes | xargs grep --binary-files=without-match \ --files-with-match '^.!.*python$' \