diff --git a/README.md b/README.md index 524872c..0257026 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RedSSH [![Documentation Status](https://readthedocs.org/projects/redssh/badge/?version=latest)](https://redssh.readthedocs.io/en/latest/?badge=latest) -[![Test Status](https://travis-ci.com/Red-M/RedSSH.svg?branch=master)](https://travis-ci.com/Red-M/RedSSH.svg?branch=master) +[![Test Status](https://travis-ci.com/Red-M/RedSSH.svg?branch=master)](https://travis-ci.com/Red-M/RedSSH) [![Coverage Status](https://coveralls.io/repos/github/Red-M/RedSSH/badge.svg?branch=master)](https://coveralls.io/github/Red-M/RedSSH?branch=master) Connect to SSH servers in python easily and with C speed! diff --git a/tests/scripts/test.sh b/tests/scripts/test.sh index 993d42b..b434bbe 100755 --- a/tests/scripts/test.sh +++ b/tests/scripts/test.sh @@ -4,7 +4,7 @@ CI_SYSTEM=${1} PYTHON_VERSION=${2} if [ ${CI_SYSTEM} == "TRAVIS" ]; then - pip${PYTHON_VERSION} install --upgrade coveralls pytest-cov pytest-xdist paramiko > /dev/null + pip${PYTHON_VERSION} install coveralls pytest-cov pytest-xdist paramiko > /dev/null else pip${PYTHON_VERSION} install --upgrade --user coveralls pytest-cov pytest-xdist paramiko > /dev/null fi