diff --git a/.travis.yml b/.travis.yml index 75154a400..6e93d836f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ install: cache: pip script: - make lint -- pytest -vvv --exitfirst tests/ --cov src --cov tests +- pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests after_success: - codecov