1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-12-22 09:19:59 +00:00

Travis config

This commit is contained in:
Kfir Hadas 2017-05-17 10:53:06 +03:00
parent 291789445c
commit 9ad2264edf

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