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 4360c87 commit ee402ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
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 --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
Expand Down

0 comments on commit ee402ed

Please sign in to comment.