blob: e96e9b7921950575c08e4decbd4f0ae5225a4ca7 [file] [log] [blame]
language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- "python setup.py install"
script: make test
notifications:
email: false
irc:
channels:
- "chat.freenode.net#pocoo"
on_success: change
on_failure: always
use_notice: true
skip_join: true