mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:40:00 +00:00
Travis config
This commit is contained in:
parent
291789445c
commit
9ad2264edf
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Loading…
Reference in a new issue