We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9809645 commit 1b5e7f8Copy full SHA for 1b5e7f8
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
install:
23
- pip install -r requirements_dev.txt
24
script:
25
- - nosetests --with-coverage --cover-package=pssh
+ - nosetests --with-coverage --cover-package=pssh tests/test_ssh2_client.py tests/test_pssh_ssh2_client.py
26
- flake8 pssh
27
- cd doc; make html; cd ..
28
after_success:
0 commit comments