Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 29, 2019
1 parent ee402ed commit 00120c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CI_SYSTEM=${1}
PYTHON_VERSION=${2}

if [ ${CI_SYSTEM} == "TRAVIS" ]; then
pip${PYTHON_VERSION} install coveralls pytest-cov pytest-xdist paramiko > /dev/null
pip${PYTHON_VERSION} install --upgrade --upgrade-strategy eager coveralls pytest-cov pytest-xdist paramiko > /dev/null
else
pip${PYTHON_VERSION} install --upgrade --user coveralls pytest-cov pytest-xdist paramiko > /dev/null
fi
Expand Down

0 comments on commit 00120c7

Please sign in to comment.