File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ build_script:
90
90
- " %CMD_IN_ENV% python setup.py build_ext -i"
91
91
92
92
test_script :
93
- - python -c "import pssh.native.ssh2"
94
93
- python -c "import pssh.pssh2_client"
95
94
96
95
after_test :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ python:
13
13
addons :
14
14
apt :
15
15
packages :
16
- - libssh-dev
17
16
- openssh-server
18
17
- rpm
19
18
- dpkg
48
47
- delocate-listdeps --all *.whl
49
48
- ls -l *.whl
50
49
- brew uninstall libssh2
51
- - pip install -v *.whl
50
+ - pip2 install --user -v *.whl
52
51
- pwd; mkdir temp; cd temp; pwd
53
- - python -c "import pssh.native.ssh2 "
52
+ - python -c "import pssh.pssh2_client "
54
53
- cd ..; pwd
55
54
after_success :
56
55
- if [[ ! -z "$TRAVIS_TAG" ]]; then
You can’t perform that action at this time.
0 commit comments