Skip to content

Commit d6c2c09

Browse files
committed
use python3
1 parent 222b223 commit d6c2c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- go get github.com/golangci/govet
2222
- go get golang.org/x/lint/golint
2323
# Python dependencies needed at test time
24-
- pip install -r test\requirements.txt
24+
- pip3 install -r test\requirements.txt
2525
# protobuf tooling needed at test time
2626
- go get github.com/golang/protobuf/protoc-gen-go
2727
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip

0 commit comments

Comments
 (0)