Create .travis.yml

This commit is contained in:
Larry Kim 2015-03-04 16:22:03 +09:00
parent eeea2bd16d
commit 51333cee99

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
script:
- python setup.py test