Add Travis CI tests

This commit is contained in:
Stefan Wehrmeyer 2013-12-18 04:21:34 +01:00
parent 425528dc17
commit 95717d4584

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
---
language: python
python:
- '3.3'
- '2.7'
- '2.6'
script:
- python setup.py test