Skip to content

Commit f94aaf9

Browse files
author
Pan
committed
OSX 10.10 wheel build fixes. parallel-ssh docker tag
1 parent b00a4da commit f94aaf9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
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:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ci/travis/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -xe
22

3-
docker_tag="parallelssh/ssh2-manylinux"
3+
docker_tag="parallelssh/parallelssh-manylinux"
44

55
rm -rf build dist
66

0 commit comments

Comments
 (0)