From 3452a094e00e1ef8519a4811f1ce58caec6bf5a2 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Tue, 7 Jul 2015 17:20:33 -0300 Subject: [PATCH] Adding tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45a90fed3..9541e1c9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python python: - 2.7 install: "pip install -r requirements.txt" -script: "python test.py" +script: "make test"