initial commit

This commit is contained in:
Mathieu Agopian
2013-03-13 11:42:20 +01:00
commit 2ecbe4e087
13 changed files with 720 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
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