Added TravisCI

pull/8/head
J. Fernando Sánchez 9 years ago
parent ae09f609c2
commit 4bcd046016

@ -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
Loading…
Cancel
Save