We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba466e9 commit e6d6ae1Copy full SHA for e6d6ae1
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- imagesize=''
16
- pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
17
- if [[ $IMAGESIZE == true ]] ; then imagesize='[imagesize]' ; fi
18
- - pip install -e '.${imagesize}'
+ - pip install -e ".${imagesize}"
19
# command to run tests
20
script: py.test
21
after_success:
0 commit comments