瀏覽代碼

Pin tox version

Towards more reproducible results with Tox.
Luke Murphy 6 年之前
父節點
當前提交
82ec45e375
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .drone.yml
  2. 1 0
      tox.ini

+ 1 - 1
.drone.yml

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

+ 1 - 0
tox.ini

@@ -1,6 +1,7 @@
 [tox]
 envlist = py3
 skipsdist = True
+minversion = 3.10.0
 
 [testenv]
 usedevelop = True