Merge branch 'travis'

This commit is contained in:
Conor Hughes 2018-10-20 17:53:16 -07:00
commit e9e6ec45c6
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