We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 659b00a commit faae93eCopy full SHA for faae93e
appveyor.yml
@@ -9,8 +9,8 @@ skip_branch_with_pr: true
9
10
environment:
11
GOPATH: c:\gopath
12
- # override default Python 2.7
13
- PATH: c:\protoc\bin;$(GOPATH)\bin;C:\Python37;$(PATH)
+ # add protoc, gopath and override default Python 2.7
+ PATH: c:\protoc\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
14
15
stack: go 1.12
16
@@ -22,6 +22,7 @@ install:
22
- go get github.com/golangci/govet
23
- go get golang.org/x/lint/golint
24
# Python dependencies needed at test time
25
+ - python -V
26
- pip install -r test\requirements.txt
27
# protobuf tooling needed at test time
28
- go get github.com/golang/protobuf/protoc-gen-go
0 commit comments