From 278ca580f16557cfb66473b3bcc7dd01d1624852 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 5 Oct 2020 18:50:36 +0300 Subject: [PATCH] Fix error in Travis coverage job I'm pretty sure I'd deleted that line before, how did it come back??? --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e46fd806..dae94905 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ jobs: install: pip install tox script: - tox -e coverage - - coveage report -m --fail-under=100 after_success: install: - pip install coverage coveralls -cconstraints.txt