2 # SPDX-License-Identifier: EPL-1.0
3 ##############################################################################
4 # Copyright (c) 2017 The Linux Foundation and others.
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Eclipse Public License v1.0
8 # which accompanies this distribution, and is available at
9 # http://www.eclipse.org/legal/epl-v10.html
10 ##############################################################################
11 echo "---> tox-install.sh"
13 # Ensure we fail the job if any steps fail or variables are missing.
14 # Use -x to show value of $PYTHON in output
17 # Tox version is pulled in through detox to mitigate version conflict
19 if [[ $PYTHON == "python2" ]]; then
20 $PYTHON -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv more-itertools~=5.0.0
22 $PYTHON -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv
25 # installs are silent, show version details in log
27 $PYTHON -m pip --version