Travis support

Fix #9
This commit is contained in:
Julien Duponchelle 2015-09-23 10:01:55 +02:00
parent 6f8d137006
commit 8eb5768f71

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- '3.4'
install:
- pip install -rrequirements.txt
script:
- python check.py