mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:50:07 +00:00
3165389d52
* Fix PEP8 E301 on nyaa/models.py * Add utils/ to lint checker * Run of lint.sh + manual fixes As suggested https://github.com/nyaadevs/nyaa/pull/157#issuecomment-305051428 * Fix backwards tick in README * Updated script * Update Travis config
19 lines
201 B
YAML
19 lines
201 B
YAML
language: python
|
|
|
|
python: "3.6"
|
|
|
|
dist: xenial
|
|
sudo: false
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
cache: pip
|
|
|
|
install: pip install --upgrade pycodestyle
|
|
|
|
script: ./lint.sh --check
|
|
|
|
notifications:
|
|
email: false
|