travis-ci: add pep8 check
This commit is contained in:
parent
84746de048
commit
3c1140ebdf
2 changed files with 8 additions and 0 deletions
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
|
||||
|
||||
[](https://travis-ci.org/ffnord/ffmap-backend)
|
||||
|
||||
ffmap-backend gathers information on the batman network by invoking
|
||||
|
||||
* batctl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue