Skip to content

Commit 6326847

Browse files
author
Dan
committed
Updated travis config and requirements
1 parent 20c844a commit 6326847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
script:
1313
- python setup.py nosetests --with-coverage --cover-package=pssh
1414
# If using py3, run 2to3 on embedded server and tests and run nosetests for new test dir
15-
- python -c 'import sys; sys.version_info >= (3,) and sys.exit(1)' || eval "2to3 -nw embedded_server/*.py && 2to3 tests/*.py -o tests3 -nw && cp tests/test_client_private_key tests3/ && python setup.py nosetests -w tests3 --with-coverage --cover-package=pssh"
15+
- python -c 'import sys; sys.version_info >= (3,) and sys.exit(1)' || eval "2to3 -nw embedded_server/*.py && 2to3 tests/*.py -o tests3 -nw && cp tests/test_client_private_key* tests3/ && python setup.py nosetests -w tests3 --with-coverage --cover-package=pssh"
1616
notifications:
1717
email:
1818
on_failure: change

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
paramiko>=1.9,<1.16.0
1+
paramiko>=1.9,!=1.16.0
22
gevent>=1.1rc3

0 commit comments

Comments
 (0)