Add Travis CI config

This commit is contained in:
Tanner Netterville 2015-04-21 12:32:52 -05:00
parent 469e696a95
commit 12515f4907

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
# command to run tests
script: python setup.py test