Skip to content

Commit db95672

Browse files
committed
ci: fix travis shallow
1 parent b3dd7da commit db95672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ install:
2828
- python3 -m pip install cibuildwheel==1.5.2
2929

3030
script:
31+
- git fetch --unshallow
3132
- sed -i '/numpy/d' pyproject.toml
32-
- CIBW_BUILD_VERBOSITY=1 python3 -m cibuildwheel --output-dir dist
33+
- python3 -m cibuildwheel --output-dir dist
3334

3435
deploy:
3536
provider: pypi

0 commit comments

Comments
 (0)