Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appveyor: this-time-for-sure-rocky #1973

Merged
merged 1 commit into from
Jul 11, 2016
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