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:
9090 - " %CMD_IN_ENV% python setup.py build_ext -i"
9191
9292test_script :
93- - python -c "import pssh.native.ssh2"
9493 - python -c "import pssh.pssh2_client"
9594
9695after_test :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ python:
1313addons :
1414 apt :
1515 packages :
16- - libssh-dev
1716 - openssh-server
1817 - rpm
1918 - dpkg
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
You can’t perform that action at this time.
0 commit comments