language: python
python:
- "2.6"
- "2.7"
install: python setup.py develop; pip install unittest2
script: python setup.py test
notifications:
  email: 
    - $author_email
