Skip to content

Commit

Permalink
ci: Travis needs verbose to keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 16, 2020
1 parent 2c91dd3 commit 3bcd242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:

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

deploy:
provider: pypi
Expand Down

0 comments on commit 3bcd242

Please sign in to comment.