File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install:
1212script :
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.major==3 and sys.exit(1)' || 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.major==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"
1616notifications :
1717 email :
1818 on_failure : change
You can’t perform that action at this time.
0 commit comments