nyaa/.travis.yml

19 lines
218 B
YAML
Raw Normal View History

2017-05-17 07:53:06 +00:00
language: python
python:
- 3.6
dist: xenial
sudo: false
cache: pip
install:
2017-05-17 09:24:17 +00:00
- pip install --upgrade pycodestyle
2017-05-17 07:53:06 +00:00
script:
2017-05-17 09:24:17 +00:00
- pycodestyle nyaa/ --show-source --max-line-length=100
2017-05-17 08:20:42 +00:00
notifications:
email: false