Skip to content

Commit

Permalink
Updated appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed May 24, 2016
1 parent 1bc198d commit d1bdc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ cache:
test_script:
# Run the project tests
- "%PYEXE% setup.py nosetests"
- "%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\\""

after_test:
# We already built the wheel during build_script, because it's
Expand Down

0 comments on commit d1bdc85

Please sign in to comment.