Skip to content

Commit 1b5e7f8

Browse files
author
Pan
committed
Travis tests
1 parent 9809645 commit 1b5e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
install:
2323
- pip install -r requirements_dev.txt
2424
script:
25-
- nosetests --with-coverage --cover-package=pssh
25+
- nosetests --with-coverage --cover-package=pssh tests/test_ssh2_client.py tests/test_pssh_ssh2_client.py
2626
- flake8 pssh
2727
- cd doc; make html; cd ..
2828
after_success:

0 commit comments

Comments
 (0)