File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ build_script:
129129
130130test_script :
131131 # Run the project tests
132- - %PYEXE% setup.py nosetests --with-coverage --cover-package=pssh
133- - %PYEXE% -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"
132+ - " %PYEXE% setup.py nosetests --with-coverage --cover-package=pssh"
133+ - " %PYEXE% -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\" "
134134
135135after_test :
136136 # We already built the wheel during build_script, because it's
You can’t perform that action at this time.
0 commit comments