Commit ab825285 authored by Matthew Brett's avatar Matthew Brett
Browse files

Use PIP_CMD for install in tests

parent e8f39e7c
......@@ -7,7 +7,7 @@ echo "virtualenv on path: $(which virtualenv)"
echo "virtualenv cmd: $VIRTUALENV_CMD"
# Check that a pip install puts scripts on path
pip install delocate
$PIP_CMD install delocate
delocate-listdeps --version || ingest "Delocate not installed right"
# Python version from Python to compare against required
......
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