Skip to content

Commit

Permalink
Updated appveyor cfg
Browse files Browse the repository at this point in the history
    Updated travis cfg
  • Loading branch information
pkittenis committed Dec 28, 2017
1 parent 5123b4d commit a811e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ python:
addons:
apt:
packages:
- libssh-dev
- openssh-server
- rpm
- dpkg
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a811e69

Please sign in to comment.