Commit 951b6c64 authored by Matthew Brett's avatar Matthew Brett
Browse files

Try fix for Python 3.4 / delocate

parent 24936a2a
...@@ -7,6 +7,8 @@ echo "virtualenv on path: $(which virtualenv)" ...@@ -7,6 +7,8 @@ echo "virtualenv on path: $(which virtualenv)"
echo "virtualenv cmd: $VIRTUALENV_CMD" echo "virtualenv cmd: $VIRTUALENV_CMD"
# Check that a pip install puts scripts on path # Check that a pip install puts scripts on path
# (Need setuptools >= 25.0.1 for delocate install).
pip install "setuptools>=25"
install_delocate install_delocate
delocate-listdeps --version || ingest "Delocate not installed right" delocate-listdeps --version || ingest "Delocate not installed right"
......
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