X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=f7f9a9c50e9afe5de6313f002827085aecf228d2;hb=444423bc66f9771b24eba844719c02e133964d67;hp=2cffbd50cfda7440f97fc03c210800866d329c7b;hpb=129735b3b42874ae1de0d0708e28cde16b615e9e;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 2cffbd50..f7f9a9c5 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -1,4 +1,13 @@ #!/bin/bash +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## echo "---> tox-install.sh" # Ensure we fail the job if any steps fail. @@ -10,7 +19,7 @@ virtualenv --quiet "/tmp/v/tox" source "/tmp/v/tox/bin/activate" pip install --quiet --upgrade pip pip install --quiet --upgrade pipdeptree -pip install --quiet --upgrade tox argparse +pip install --quiet --upgrade argparse detox tox tox-pyenv echo "----> Pip Dependency Tree" pipdeptree