mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 18:24:00 +08:00
Fix testing
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user