From a811e69b9b6e6b589b79acc89759723169058637 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 28 Dec 2017 11:09:24 +0000 Subject: [PATCH] Updated appveyor cfg Updated travis cfg --- .appveyor.yml | 1 - .travis.yml | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2e380358..c8a75fce 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -90,7 +90,6 @@ build_script: - "%CMD_IN_ENV% python setup.py build_ext -i" test_script: - - python -c "import pssh.native.ssh2" - python -c "import pssh.pssh2_client" after_test: diff --git a/.travis.yml b/.travis.yml index f93aa3cb..fc1fe9cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ python: addons: apt: packages: - - libssh-dev - openssh-server - rpm - dpkg @@ -48,9 +47,9 @@ jobs: - delocate-listdeps --all *.whl - ls -l *.whl - brew uninstall libssh2 - - pip install -v *.whl + - pip2 install --user -v *.whl - pwd; mkdir temp; cd temp; pwd - - python -c "import pssh.native.ssh2" + - python -c "import pssh.pssh2_client" - cd ..; pwd after_success: - if [[ ! -z "$TRAVIS_TAG" ]]; then