From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
release publisher: make sure setuptools installed Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/.travis/cirp/install.sh b/.travis/cirp/install.sh --- a/.travis/cirp/install.sh +++ b/.travis/cirp/install.sh @@ -68,6 +68,7 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then fi python3 -m pip install --upgrade pip +python3 -m pip install setuptools # Don't install again if already installed. # OSX keeps re-installing it tough, as it uses a temp per-script virtualenv. -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000c8c98005d3098e93%40google.com.
