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"