Add travis config file

This commit is contained in:
James Godfrey-Kittle 2016-07-27 13:09:58 -07:00
parent 0e10b902a5
commit 9626ea9734

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
sudo: false
language: python
python:
- "2.7"
- "3.5"
branches:
only:
- master
install:
- python setup.py install
script:
- python setup.py test