1
0
Fork 0

Golf pep8radius

This commit is contained in:
Étienne BERSAC 2017-06-14 17:27:07 +02:00
parent e124c03575
commit a7f2b7946e
No known key found for this signature in database
GPG Key ID: 95997557AD5A6DBF
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ script:
# check for changelog ReST compliance
- rst2html.py --halt=warning changelog.rst >/dev/null
# check for pep8 errors, only looking at branch vs master. If there are errors, show diff and return an error code.
- pep8radius master --docformatter --error-status || ( pep8radius master --docformatter --diff; false )
- pep8radius master --docformatter --diff --error-status
- set +e
after_success: