travis-ci: add pep8 check
This commit is contained in:
parent
84746de048
commit
3c1140ebdf
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
install: "pip install pep8"
|
||||||
|
script: "pep8 *.py"
|
|
@ -1,5 +1,7 @@
|
||||||
# Data for Freifunk Map, Graph and Node List
|
# Data for Freifunk Map, Graph and Node List
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/ffnord/ffmap-backend.svg?branch=master)](https://travis-ci.org/ffnord/ffmap-backend)
|
||||||
|
|
||||||
ffmap-backend gathers information on the batman network by invoking
|
ffmap-backend gathers information on the batman network by invoking
|
||||||
|
|
||||||
* batctl,
|
* batctl,
|
||||||
|
|
Loading…
Reference in a new issue