Skip to content

Commit

Permalink
WAG: try to preinstall 'grpcio' on appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 20, 2016
1 parent 986302f commit ac984e7
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit ac984e7

Please sign in to comment.