Merge "Remove setup.py check from tox template"

This commit is contained in:
Zuul 2019-01-02 09:59:07 +00:00 committed by Gerrit Code Review
commit a981999540
1 changed files with 0 additions and 2 deletions

View File

@ -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$' \