Adding tests

This commit is contained in:
Leandro Toledo 2015-07-07 17:20:33 -03:00
parent a0d342b338
commit 3452a094e0

View file

@ -2,4 +2,4 @@ language: python
python:
- 2.7
install: "pip install -r requirements.txt"
script: "python test.py"
script: "make test"