From 3c1140ebdfb52a5cda64b66cb9b37c81ce6e96d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 24 Mar 2015 18:06:54 +0100 Subject: [PATCH] travis-ci: add pep8 check --- .travis.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cb081fa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +sudo: false +language: python +python: + - "3.4" +install: "pip install pep8" +script: "pep8 *.py" diff --git a/README.md b/README.md index d70aaac..9f5af40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 * batctl,