Add a .travis.yml file for travis-ci

This commit is contained in:
mathieui 2014-10-28 17:05:15 +01:00
parent d3f9a2f3c4
commit 9eb42bea10
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- python setup.py -q build install
script: make test