Added Travis file.

This commit is contained in:
Cédric Bonhomme 2016-04-13 08:37:15 +02:00
parent 0d6748e737
commit 290e679ea0
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "3.5"
install:
- "pip install -r requirements.txt"
script:
- nosetests