File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9898 - brew install libssh2
9999 - wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
100100 - sudo python get-pip.py
101- - sudo pip install -U pip
102- - sudo pip install -U delocate twine wheel pip setuptools
101+ - sudo -H pip install -U pip
102+ - sudo -H pip install -U delocate twine wheel pip setuptools
103103 - pip install --user -r requirements.txt
104104 - pip wheel --no-deps .
105105 script :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Native code based client with extremely high performance - based on ``libssh2``
1717.. image :: https://travis-ci.org/ParallelSSH/parallel-ssh.svg?branch=master
1818 :target: https://travis-ci.org/ParallelSSH/parallel-ssh
1919.. image :: https://ci.appveyor.com/api/projects/status/github/parallelssh/parallel-ssh?svg=true&branch=master
20- :target: https://ci.appveyor.com/project/pkittenis/parallel-ssh
20+ :target: https://ci.appveyor.com/project/pkittenis/parallel-ssh-4nme1
2121.. image :: https://codecov.io/gh/ParallelSSH/parallel-ssh/branch/master/graph/badge.svg
2222 :target: https://codecov.io/gh/ParallelSSH/parallel-ssh
2323.. image :: https://img.shields.io/pypi/wheel/parallel-ssh.svg
Original file line number Diff line number Diff line change 11#! /bin/bash -xe
22
3- docker_tag=" parallelssh/ssh2 -manylinux"
3+ docker_tag=" parallelssh/parallelssh -manylinux"
44
55rm -rf build dist
66
You can’t perform that action at this time.
0 commit comments