From decf63dbfbac90d792dc3345b906f242a123d377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Fri, 15 Mar 2013 16:20:15 +0100 Subject: [PATCH] [travis] Using custom script to run tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e5da373..8b84169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,4 @@ before_script: - "pep8 --ignore=E501,E225 test/" - "echo ------------------- PYFLAKES" - pyflakes -x W datCrawl +script: "python -m unittest discover"