nyaa/.travis.yml

19 lines
204 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:
- pip install --upgrade pep8
script:
- pep8 nyaa/ --show-source --max-line-length=100
2017-05-17 08:20:42 +00:00
notifications:
email: false