add travis

This commit is contained in:
Steve Pulec 2013-02-28 22:32:52 -05:00
parent 3f602cf610
commit 48884907fc

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- 2.6
- 2.7
script: make travis
install:
- pip install .
- pip install -r requirements.txt