Add support of Travis CI continuous integration service

This commit is contained in:
Yohann Lepage 2012-10-24 11:03:18 +02:00
parent f693e43b0a
commit 769a0c40c5

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
script: python setup.py install