Skip to content

Commit

Permalink
Update Travis CI so that it only runs the tests.all.SherlockDetectTes…
Browse files Browse the repository at this point in the history
…ts. There are always failures in the coverage tests because one site or the other ends up having problems connecting.

While the CI tests will not do complete coverage, at least they will test something.
  • Loading branch information
hoadlck committed Jul 14, 2019
1 parent b4a9562 commit ea361fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_script:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python -m unittest tests.all --buffer --verbose || true
- python -m unittest tests.all.SherlockDetectTests --buffer --verbose || true
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

0 comments on commit ea361fb

Please sign in to comment.