Skip to content

Commit d1bdc85

Browse files
author
Dan
committed
Updated appveyor config
1 parent 1bc198d commit d1bdc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ cache:
120120
test_script:
121121
# Run the project tests
122122
- "%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\""
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\\""
124124

125125
after_test:
126126
# We already built the wheel during build_script, because it's

0 commit comments

Comments
 (0)