We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee1737 commit f7cca82Copy full SHA for f7cca82
2 files changed
.coveragerc
@@ -1,6 +1,7 @@
1
[run]
2
branch = True
3
source = textile
4
+parallel = True
5
6
[report]
7
show_missing = True
.travis.yml
@@ -13,7 +13,7 @@ python:
13
# command to install dependencies
14
install:
15
- imagesize=''
16
- - pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
+ - pip install -U coveralls pytest pytest-cov coverage codecov
17
- if [[ $IMAGESIZE == true ]] ; then imagesize='[imagesize]' ; fi
18
- pip install -e ".${imagesize}"
19
# command to run tests
0 commit comments