Files
mailbot/.travis.yml
Mathieu Agopian 2ecbe4e087 initial commit
2013-03-13 11:42:20 +01:00

12 lines
201 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- pip install --use-mirrors imapclient unittest2 flake8 mock
- python setup.py develop
script:
- unit2 discover
- flake8 mailbot