mailbot isn't compatible py3 (yet) as imapclient isn't (yet)

This commit is contained in:
Mathieu Agopian
2013-03-13 16:48:17 +01:00
parent 6e6d5cd198
commit 4ba93b6c25

View File

@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- pip install --use-mirrors imapclient unittest2 flake8 mock
- python setup.py develop