Skip to content

Commit 16f100d

Browse files
committed
ci: add pybindgen installation for AppVeyor
1 parent 6226bd7 commit 16f100d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ build_script:
3030
- "%CPYTHON3DIR%\\python -m pip install --upgrade pip"
3131
- "%CPYTHON2DIR%\\python -m pip install cffi"
3232
- "%CPYTHON3DIR%\\python -m pip install cffi"
33+
- "%CPYTHON2DIR%\\python -m pip install pybindgen"
34+
- "%CPYTHON3DIR%\\python -m pip install pybindgen"
3335
- go get -v -t ./...
3436

3537
test_script:

0 commit comments

Comments
 (0)