Skip to content

Commit

Permalink
Merge dc80a73 into 62843c6
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Hausler committed Jul 23, 2014
2 parents 62843c6 + dc80a73 commit 72af334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ python:
- '3.3'
- '3.4'
install:
- pip install flake8 nose>=1.3.0
- pip install coveralls flake8 nose>=1.3.0
- python setup.py install
script:
- flake8 .
- python setup.py nosetests
after_success:
coveralls
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. image:: https://travis-ci.org/ambitioninc/kmatch.png
:target: https://travis-ci.org/ambitioninc/kmatch

.. image:: https://coveralls.io/repos/ambitioninc/kmatch/badge.png
:target: https://coveralls.io/r/ambitioninc/kmatch

kmatch
===============

Expand All @@ -23,4 +26,4 @@ Full documentation is available at http://kmatch.readthedocs.org

License
=======
MIT License (see LICENSE)
MIT License (see LICENSE)

0 comments on commit 72af334

Please sign in to comment.