Adding tests

This commit is contained in:
Leandro Toledo 2015-07-07 17:05:56 -03:00
parent 8c3ed7c629
commit 779a2f6d07

View file

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