mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:10:00 +00:00
19 lines
218 B
YAML
19 lines
218 B
YAML
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
|