mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-18 01:46:42 +00:00
16 lines
173 B
YAML
16 lines
173 B
YAML
language: python
|
|
|
|
python:
|
|
- 3.6
|
|
|
|
dist: xenial
|
|
sudo: false
|
|
|
|
cache: pip
|
|
|
|
install:
|
|
- pip install --upgrade pep8
|
|
|
|
script:
|
|
- pep8 nyaa/ --show-source --max-line-length=100
|