Skip to content

Commit

Permalink
Fix error in Travis coverage job
Browse files Browse the repository at this point in the history
I'm pretty sure I'd deleted that line before, how did it come back???
  • Loading branch information
mgedmin committed Oct 5, 2020
1 parent 01e2e09 commit 278ca58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 278ca58

Please sign in to comment.