Commit 4696cab0 by Peter Eacmen

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

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