mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:10:00 +00:00
Merge pull request #95 from sharkykh/travis
Auto python lint check using Travis
This commit is contained in:
commit
a305df5a8f
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Reference in a new issue