blob: 3d3fdad141ca0bff287a037040bb96abb4ee291b [file] [log] [blame]
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
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