mirror of
https://github.com/httpie/cli.git
synced 2025-02-13 16:19:17 +01:00
useful info
This commit is contained in:
parent
86c8abc485
commit
becb63de9a
@ -67,6 +67,8 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
|
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
|
||||||
if [[ $CODESTYLE ]]; then
|
if [[ $CODESTYLE ]]; then
|
||||||
|
# 241 - multiple spaces after ‘,’
|
||||||
|
# 501 - line too long
|
||||||
pycodestyle --ignore=E241,E501
|
pycodestyle --ignore=E241,E501
|
||||||
else
|
else
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user