diff --git a/ci/travis/before_deploy.sh b/ci/travis/before_deploy.sh index 84be922c19..5aa3dfd986 100755 --- a/ci/travis/before_deploy.sh +++ b/ci/travis/before_deploy.sh @@ -34,9 +34,6 @@ if [ "${TRAVIS_BRANCH}" = "master" ]; then echo "sudo pip install wheel" sudo pip install wheel - # Wheel fails unless we remove this. - sudo rm -rf external/linux32arm - # Build all NuPIC and all required python packages into dist/wheels as .whl # files. echo "pip wheel --wheel-dir=dist/wheels ."