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 language: python
python: python:
- 2.7 - 2.7
install: "pip install -r requirements.txt" install:
script: "make test" - pip install -r requirements.txt
script: make test