Skip to content

Commit

Permalink
Added travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Feb 4, 2015
1 parent ad6bccd commit 1c61d08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.7"

install: "pip install -r requirements/development.txt"

script:
- coverage run -m nose
- flake8

after_success:
coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
willtalkback
============

[![Build Status](https://travis-ci.org/jessamynsmith/willtalkback.svg?branch=master)](https://travis-ci.org/jessamynsmith/willtalkback)
[![Coverage Status](https://coveralls.io/repos/jessamynsmith/willtalkback/badge.svg?branch=master)](https://coveralls.io/r/jessamynsmith/willtalkback?branch=master)

will plugin for talkbackbot


Expand Down

0 comments on commit 1c61d08

Please sign in to comment.