Add travis.yml for CI

pull/1/head
Matthew Duggan 2014-05-29 15:58:58 +09:00
parent 18817d0e38
commit 0786262bac
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
script:
- make test