Skip to content

Commit 3145664

Browse files
committed
Fix Travis config
1 parent 414974c commit 3145664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install:
4444
- $HOME/virtualenvs/venv-poetry/bin/poetry build -v
4545
- |
4646
if [ "$PENDULUM_EXTENSIONS" == "1" ]; then
47-
find dist/ -iname pendulum*.whl -exec unzip {} 'pendulum/*' -d . \;
47+
find dist/ -iname pendulum*.whl -exec unzip -o {} 'pendulum/*' -d . \;
4848
fi
4949
5050
script: pytest --cov=pendulum --cov-config=.coveragerc tests/

0 commit comments

Comments
 (0)