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 cache: pip
install: install:
- pip install --upgrade pep8 - pip install --upgrade pycodestyle
script: script:
- pep8 nyaa/ --show-source --max-line-length=100 - pycodestyle nyaa/ --show-source --max-line-length=100
notifications: notifications:
email: false email: false