Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit faae93e

Browse files
committedJul 23, 2019
also path to pip
1 parent 659b00a commit faae93e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ skip_branch_with_pr: true
99

1010
environment:
1111
GOPATH: c:\gopath
12-
# override default Python 2.7
13-
PATH: c:\protoc\bin;$(GOPATH)\bin;C:\Python37;$(PATH)
12+
# add protoc, gopath and override default Python 2.7
13+
PATH: c:\protoc\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
1414

1515
stack: go 1.12
1616

@@ -22,6 +22,7 @@ install:
2222
- go get github.com/golangci/govet
2323
- go get golang.org/x/lint/golint
2424
# Python dependencies needed at test time
25+
- python -V
2526
- pip install -r test\requirements.txt
2627
# protobuf tooling needed at test time
2728
- go get github.com/golang/protobuf/protoc-gen-go

0 commit comments

Comments
 (0)
Please sign in to comment.