Travis config

This commit is contained in:
Kfir Hadas 2017-05-17 10:53:06 +03:00
parent 291789445c
commit 9ad2264edf
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
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