Unverified Commit d917878c authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Merge pull request #404 from radarhere/trusty

Fix failing trusty job
parents b808f344 44d43ec1
......@@ -15,6 +15,7 @@ matrix:
include:
- os: linux
dist: trusty
language: python
# 64-bit builds
- os: linux
dist: xenial
......
# Test supported wheels script
PYTHON_EXE=${PYTHON_EXE:-python}
if [ -z "$PIP_CMD" ]; then
pip_install="$PYTHON_EXE -m pip install --user"
pip_install="$PYTHON_EXE -m pip install"
else
pip_install="$PIP_CMD install"
fi
......
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