浏览代码

Don't use pip wrapper script in CI.

Dan Helfman 6 年之前
父节点
当前提交
60b1f9921d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -3,7 +3,8 @@ pipeline:
     image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
     pull: true
     commands:
-      - scripts/pip install tox==3.10.0
+      - python -m pip install --upgrade pip==19.1.1
+      - pip install tox==3.10.0
       - tox
       - apk add --no-cache borgbackup
       - tox -e end-to-end