add initial travis.yml

This commit is contained in:
Conor Hughes 2018-10-20 17:37:17 -07:00
parent f0138bd0e5
commit 971e143483
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
before_install: pip install mock python-dateutil
install: python setup.py bdist_egg
script: ./tests.sh