Use pycodestyle

This commit is contained in:
Kfir Hadas 2017-05-17 12:24:17 +03:00
parent d7694d6c62
commit 2c5a577f7e
1 changed files with 2 additions and 2 deletions

View File

@ -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