add travis

This commit is contained in:
Dimitris Zlatanidis 2014-10-21 07:25:59 +03:00
parent 60fb965aa6
commit 7a20e0da76

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests