Skip to content

Commit f7cca82

Browse files
committed
fix internal error with coverage 5. #72
1 parent 9ee1737 commit f7cca82

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
branch = True
33
source = textile
4+
parallel = True
45

56
[report]
67
show_missing = True

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python:
1313
# command to install dependencies
1414
install:
1515
- imagesize=''
16-
- pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
16+
- pip install -U coveralls pytest pytest-cov coverage codecov
1717
- if [[ $IMAGESIZE == true ]] ; then imagesize='[imagesize]' ; fi
1818
- pip install -e ".${imagesize}"
1919
# command to run tests

0 commit comments

Comments
 (0)