From 6132e65dc3eb7b31e2dac1ef5ba24896dd702bc3 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Fri, 28 Aug 2015 13:04:36 -0300 Subject: [PATCH] Fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36fd6dd52..28e1fad29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ python: install: - pip install coveralls script: - coverage run make test + coverage run tests/test_*.py after_success: coveralls