Skip to content

Commit

Permalink
fix internal error with coverage 5. #72
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Jan 25, 2020
1 parent 9ee1737 commit f7cca82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = True
source = textile
parallel = True

[report]
show_missing = True
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python:
# command to install dependencies
install:
- imagesize=''
- pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
- pip install -U coveralls pytest pytest-cov coverage codecov
- if [[ $IMAGESIZE == true ]] ; then imagesize='[imagesize]' ; fi
- pip install -e ".${imagesize}"
# command to run tests
Expand Down

0 comments on commit f7cca82

Please sign in to comment.