浏览代码

Merge pull request #9914 from jfrazelle/drone-py

Add docker-py tests to drone.
Michael Crosby 10 年之前
父节点
当前提交
f0d7616c27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -11,4 +11,4 @@ script:
   - rm integration-cli/docker_cli_exec_test.go 
 # Validate and test.
   - hack/make.sh validate-dco validate-gofmt
-  - hack/make.sh binary cross test-unit test-integration-cli test-integration
+  - hack/make.sh binary cross test-unit test-integration-cli test-integration test-docker-py