From d3fc85f242634daa656ac5d91ede57be0e61b483 Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Mon, 25 May 2020 00:43:35 -0700 Subject: [PATCH] Update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7454d5..420bbcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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