We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986302f + ac984e7 commit fd8ff5aCopy full SHA for fd8ff5a
1 file changed
appveyor.yml
@@ -30,10 +30,12 @@ environment:
30
- PYTHON: "C:\\Python27"
31
PYTHON_VERSION: "2.7.11"
32
PYTHON_ARCH: "32"
33
+ INSTALL_GRPC: "1"
34
35
- PYTHON: "C:\\Python27-x64"
36
37
PYTHON_ARCH: "64"
38
39
40
# Python 3.4.4 is the latest Python 3.4 with a Windows installer
41
# Python 3.4.4 is the overall latest
@@ -87,6 +89,9 @@ install:
87
89
# target Python version and architecture
88
90
- "%CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography"
91
92
+ # Work around https://github.com/grpc/grpc/issues/6939
93
+ - '%CMD_IN_ENV% if "%INSTALL_GRPC%"=="1" (pip install grpcio)'
94
+
95
build_script:
96
# Build the compiled extension
97
- "%CMD_IN_ENV% python setup.py build"
0 commit comments