From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
release published: another attempt to force it use python3 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 @@ -72,5 +72,5 @@ pip install --upgrade pip # Don't install again if already installed. # OSX keeps re-installing it tough, as it uses a temp per-script virtualenv. if ! pip list --format=columns | grep '^ci-release-publisher '; then - python -m pip install https://files.pythonhosted.org/packages/49/20/2631e993daa85b35c8390e8124570b0321825e6a77e566492b4637566983/ci_release_publisher-0.3.0.tar.gz + python3 -m pip install https://files.pythonhosted.org/packages/49/20/2631e993daa85b35c8390e8124570b0321825e6a77e566492b4637566983/ci_release_publisher-0.3.0.tar.gz fi -- 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/0000000000002791a505d308119d%40google.com.
