mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-19 18:26:43 +00:00
Use pycodestyle
This commit is contained in:
parent
d7694d6c62
commit
2c5a577f7e
@ -9,10 +9,10 @@ sudo: false
|
||||
cache: pip
|
||||
|
||||
install:
|
||||
- pip install --upgrade pep8
|
||||
- pip install --upgrade pycodestyle
|
||||
|
||||
script:
|
||||
- pep8 nyaa/ --show-source --max-line-length=100
|
||||
- pycodestyle nyaa/ --show-source --max-line-length=100
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user