wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

fix for issue #683 #684

Open simevo opened 7 years ago

simevo commented 7 years ago

probably a side effect of 0ef00ee

PetrDlouhy commented 7 years ago

Can you change the script section in .travis.yml to:

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

please? It should ensure, that the installation is tested.

anarcat commented 7 years ago

please reroll this PR in the new organisation here: https://github.com/linkcheck/linkchecker/pulls see #686 for details