Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography grpcio"
# Install sometimes-problemaatic gRPC-related dependencies
- "%CMD_IN_ENV% pip install grpcio gax-google-pubsub-v1 gax-google-logging-v2"

build_script:
# Build the compiled extension
#- "%CMD_IN_ENV% python setup.py build"
- "%CMD_IN_ENV% python setup.py develop"
- "%CMD_IN_ENV% pip list"
- "%CMD_IN_ENV% python setup.py build"

test_script:
- "set PYTHONPATH=%GRPC_PATH%"
- "%CMD_IN_ENV% pip list"
# Run the project tests
- "%CMD_IN_ENV% python setup.py nosetests"

Expand Down