Merge pull request #95 from sharkykh/travis

Auto python lint check using Travis
This commit is contained in:
katnyaa 2017-05-22 13:30:15 +00:00 committed by GitHub
commit a305df5a8f
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: python
python:
- 3.6
dist: xenial
sudo: false
cache: pip
install:
- pip install --upgrade pycodestyle
script:
- pycodestyle nyaa/ --show-source --max-line-length=100
notifications:
email: false