Skip to content

Commit 3bcd242

Browse files
committed
ci: Travis needs verbose to keep alive
1 parent 2c91dd3 commit 3bcd242

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
@@ -30,7 +30,7 @@ install:
3030

3131
script:
3232
- sed -i '/numpy/d' pyproject.toml
33-
- CIBW_ENVIRONMENT="SETUPTOOLS_SCM_PRETEND_VERSION=\"$TRAVIS_TAG\"" python3 -m cibuildwheel --output-dir dist
33+
- CIBW_BUILD_VERBOSITY=1 CIBW_ENVIRONMENT="SETUPTOOLS_SCM_PRETEND_VERSION=\"$TRAVIS_TAG\"" python3 -m cibuildwheel --output-dir dist
3434

3535
deploy:
3636
provider: pypi

0 commit comments

Comments
 (0)