1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-17 08:43:12 +00:00
nyaa/.travis.yml
Kfir Hadas 3165389d52 Fix lint check + update lint script (#224)
* 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
2017-06-01 06:40:33 -05:00

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