diff --git a/.travis.yml b/.travis.yml index 3f958733b..51c30b078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,9 @@ install: - pip install -r requirements.txt - pip install pyftpdlib pytest-xdist # command to run tests -script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/configuration/test_*.py tests/logger/test_*.py tests/checker/test_httpbin.py" +script: + - make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/configuration/test_*.py tests/logger/test_*.py tests/checker/test_httpbin.py" + - python setup.py install # do not send emails of broken builds notifications: email: false diff --git a/setup.py b/setup.py index d5e7bee56..b3b2f834b 100755 --- a/setup.py +++ b/setup.py @@ -375,8 +375,7 @@ def get_file_list (self): data_files = [ ('share/linkchecker', - ['config/linkcheckerrc', - 'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']), + ['config/linkcheckerrc']), ('share/linkchecker/examples', ['cgi-bin/lconline/leer.html.en', 'cgi-bin/lconline/leer.html.de',