Skip to content

Commit

Permalink
Use Travis for pep8 and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 2, 2015
1 parent 4f9dd77 commit fefe25f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- '2.7'
install:
- pip install pep8
- pip install flake8
script:
- pep8 .
- flake8 .
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# docker-collectd-plugin

[![Build Status](https://travis-ci.org/lebauce/docker-collectd-plugin.svg?branch=master)](https://travis-ci.org/lebauce/docker-collectd-plugin)

A [Docker](http://docker.io) plugin for [collectd](http://collectd.org)
using [docker-py](https://github.com/docker/docker-py) and collectd's
[Python plugin](http://collectd.org/documentation/manpages/collectd-python.5.shtml).
Expand Down

0 comments on commit fefe25f

Please sign in to comment.