travis ci

This commit is contained in:
Noah Levitt 2015-10-01 23:16:19 +00:00
parent 24edeb3247
commit 87d2f11090

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
sudo: required
language: python
python:
- 3.4
- 3.5
- 2.7
services:
- docker
script:
- ./tests/run-tests.sh