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 @@ -119,8 +119,8 @@ build_script:
119119
120120test_script :
121121 # Run the project tests
122- - " %PYEXE% setup.py nosetests --with-coverage --cover-package=pssh"
123- - " %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\" "
122+ - " %PYEXE%" setup.py nosetests --with-coverage --cover-package=pssh
123+ - " %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"
124124
125125after_test :
126126 # We already built the wheel during build_script, because it's
You can’t perform that action at this time.
0 commit comments