We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6226bd7 commit 16f100dCopy full SHA for 16f100d
appveyor.yml
@@ -30,6 +30,8 @@ build_script:
30
- "%CPYTHON3DIR%\\python -m pip install --upgrade pip"
31
- "%CPYTHON2DIR%\\python -m pip install cffi"
32
- "%CPYTHON3DIR%\\python -m pip install cffi"
33
+ - "%CPYTHON2DIR%\\python -m pip install pybindgen"
34
+ - "%CPYTHON3DIR%\\python -m pip install pybindgen"
35
- go get -v -t ./...
36
37
test_script:
0 commit comments