Mitch Garnaat

Adding TravisCI config file.

1 +language: python
2 +python:
3 + - "2.7"
4 + - "3.3"
5 + - "3.4"
6 +install:
7 + - pip install -r requirements.txt
8 + - pip install coverage python-coveralls
9 +script: nosetests tests/unit --cover-erase --with-coverage --cover-package kappa
10 +after_success: coveralls