From 331b77a8503ee61a2fcdd256d96e57767d7c8f24 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 23 Feb 2015 10:36:51 -0800 Subject: [PATCH] Removing the removal of external/linux32arm before deploy. --- ci/travis/before_deploy.sh | 3 --- 1 file changed, 3 deletions(-) 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 ."