useful info

This commit is contained in:
Pedro Rodrigues 2016-07-26 21:59:34 +01:00
parent 86c8abc485
commit becb63de9a
2 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,8 @@ script:
- |
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
if [[ $CODESTYLE ]]; then
# 241 - multiple spaces after ,
# 501 - line too long
pycodestyle --ignore=E241,E501
else
make

View File

@ -26,3 +26,5 @@ deps = pycodestyle
commands =
pycodestyle \
--ignore=E241,E501
# 241 - multiple spaces after ,
# 501 - line too long