Commit 4696cab0 by Peter Eacmen

Travis-CI does not preserve the specified python when invoking sudo

parent 8f62e92f
......@@ -69,7 +69,7 @@ then
echo "UID is 0, sudo not required"
SUDO=""
else
SUDO="sudo"
SUDO="sudo -E"
REQUIRED_UTILS="sudo $REQUIRED_UTILS"
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