forked from extern/httpie-cli
useful info
This commit is contained in:
parent
86c8abc485
commit
becb63de9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user