Files
mailbot/.travis.yml
2013-03-19 15:21:14 +01:00

11 lines
205 B
YAML

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