add Travis CI support

This commit is contained in:
Ray Holder 2013-01-21 02:11:32 -06:00
parent a56a5741f7
commit 8c7f48d5f1
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- pypy
script: python setup.py test