Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed May 25, 2020
1 parent 519ec71 commit d3fc85f
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 @@ -26,7 +26,7 @@ before_install:

script:
- echo $CIBW_SKIP
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then unset CIBW_SKIP; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then unset CIBW_SKIP; export CIBW_SKIP=''; fi
- echo $CIBW_SKIP
- python3 -m pip install pip setuptools -U
- python3 -m pip install cibuildwheel==1.4.1
Expand Down

0 comments on commit d3fc85f

Please sign in to comment.