1# This configuration file was automatically generated by Gitpod. 2# and adjusted to meet the needs of this project 3 4# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart 5 6tasks: 7 - init: python -m pip install --upgrade -r requirements-test.txt && go get && go build ./... && go test ./...