We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc198d commit d1bdc85Copy full SHA for d1bdc85
appveyor.yml
@@ -120,7 +120,7 @@ cache:
120
test_script:
121
# Run the project tests
122
- "%PYEXE% setup.py nosetests"
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\ && %PYEXE% setup.py nosetests -w tests3\""
+ # - "%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\\ && %PYEXE% setup.py nosetests -w tests3\\""
124
125
after_test:
126
# We already built the wheel during build_script, because it's
0 commit comments