Adding tests

This commit is contained in:
Leandro Toledo 2015-07-07 17:28:53 -03:00
parent 3452a094e0
commit 4aaab11a7b

View file

@ -1,5 +1,6 @@
language: python
python:
- 2.7
install: "pip install -r requirements.txt"
script: "make test"
- 2.7
install:
- pip install -r requirements.txt
script: make test