Add Travis CI build

This commit is contained in:
Matt Layher
2016-06-27 16:48:54 -04:00
parent ab880e1053
commit d5d4eb9fd5
4 changed files with 38 additions and 1 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
- ./scripts/cibuild.sh