Skip to content

Commit e6d6ae1

Browse files
committed
travis fix.
???
1 parent ba466e9 commit e6d6ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- imagesize=''
1616
- pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
1717
- if [[ $IMAGESIZE == true ]] ; then imagesize='[imagesize]' ; fi
18-
- pip install -e '.${imagesize}'
18+
- pip install -e ".${imagesize}"
1919
# command to run tests
2020
script: py.test
2121
after_success:

0 commit comments

Comments
 (0)