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
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ environment:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.11"
PYTHON_ARCH: "32"
INSTALL_GRPC: "1"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.11"
PYTHON_ARCH: "64"
INSTALL_GRPC: "1"

# Python 3.4.4 is the latest Python 3.4 with a Windows installer
# Python 3.4.4 is the overall latest
Expand Down Expand Up @@ -87,6 +89,9 @@ install:
# target Python version and architecture
- "%CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography"

# Work around https://github.com/grpc/grpc/issues/6939
- '%CMD_IN_ENV% if "%INSTALL_GRPC%"=="1" (pip install grpcio)'

build_script:
# Build the compiled extension
- "%CMD_IN_ENV% python setup.py build"
Expand Down