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 98
98
- brew install libssh2
99
99
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
100
100
- 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
103
103
- pip install --user -r requirements.txt
104
104
- pip wheel --no-deps .
105
105
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``
17
17
.. image :: https://travis-ci.org/ParallelSSH/parallel-ssh.svg?branch=master
18
18
:target: https://travis-ci.org/ParallelSSH/parallel-ssh
19
19
.. 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
21
21
.. image :: https://codecov.io/gh/ParallelSSH/parallel-ssh/branch/master/graph/badge.svg
22
22
:target: https://codecov.io/gh/ParallelSSH/parallel-ssh
23
23
.. image :: https://img.shields.io/pypi/wheel/parallel-ssh.svg
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -xe
2
2
3
- docker_tag=" parallelssh/ssh2 -manylinux"
3
+ docker_tag=" parallelssh/parallelssh -manylinux"
4
4
5
5
rm -rf build dist
6
6
You can’t perform that action at this time.
0 commit comments