Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debug appveyor
  • Loading branch information
minrk committed Jan 27, 2017
1 parent 3f46c1b commit e42127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -68,7 +68,7 @@ build_script:
test_script:
# Run the project tests
- ps: cmd /c 'cd dist & python -c "import zmq; print(zmq.zmq_version())"'
- ps: cmd /c 'cd dist & python -m pytest --pyargs zmq.tests.test_socket'
- ps: cmd /c 'cd dist & python -m pytest -vsx --pyargs zmq.tests.test_socket'

after_test:
# If tests are successful, create binary packages for the project.
Expand Down

0 comments on commit e42127b

Please sign in to comment.