Fix testing

This commit is contained in:
Mike Hume
2019-12-05 12:42:44 -08:00
parent 20c2d5b049
commit 6768ea43ca
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ steps:
pull: always
image: golang:1.11-alpine
commands:
- apk --no-cache add -U python3 git
- apk --no-cache add -U python3 python3-dev git gcc libc-dev libffi-dev openssl-dev
- pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
- go test -cover ./...
environment: