Skip to content

Commit a811e69

Browse files
author
Pan
committed
Updated appveyor cfg
Updated travis cfg
1 parent 5123b4d commit a811e69

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ build_script:
9090
- "%CMD_IN_ENV% python setup.py build_ext -i"
9191

9292
test_script:
93-
- python -c "import pssh.native.ssh2"
9493
- python -c "import pssh.pssh2_client"
9594

9695
after_test:

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ python:
1313
addons:
1414
apt:
1515
packages:
16-
- libssh-dev
1716
- openssh-server
1817
- rpm
1918
- dpkg
@@ -48,9 +47,9 @@ jobs:
4847
- delocate-listdeps --all *.whl
4948
- ls -l *.whl
5049
- brew uninstall libssh2
51-
- pip install -v *.whl
50+
- pip2 install --user -v *.whl
5251
- pwd; mkdir temp; cd temp; pwd
53-
- python -c "import pssh.native.ssh2"
52+
- python -c "import pssh.pssh2_client"
5453
- cd ..; pwd
5554
after_success:
5655
- if [[ ! -z "$TRAVIS_TAG" ]]; then

0 commit comments

Comments
 (0)