Commit 3319dc8d authored by Matthew Brett's avatar Matthew Brett
Browse files

Clean up wheelhouse directory test

parent 2b8f1869
Subproject commit 5771b77132f410aef1c0ef0e6c16ad04047a1d44
Subproject commit 3571f4df592d38011dfaa7633bd5b9b4ab3c2cf0
......@@ -6,7 +6,7 @@ WHEELHOUSE=$PWD/wheelhouse
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
if [ !-d $WHEELHOUSE ]; then mkdir wheelhouse; fi
if [ ! -d "$WHEELHOUSE" ]; then mkdir $WHEELHOUSE; fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
source $MULTIBUILD_DIR/travis_osx_steps.sh
whl_tail="*.whl"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment