From 17586d49ac217419c589fc6c90bd9dd323cae10b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 21 Oct 2019 11:05:37 -0700 Subject: [PATCH] Bump version of tox in CI. --- scripts/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests b/scripts/run-tests index 62f9862b..e16559fd 100755 --- a/scripts/run-tests +++ b/scripts/run-tests @@ -7,7 +7,7 @@ set -e python -m pip install --upgrade pip==19.1.1 -pip install tox==3.10.0 +pip install tox==3.14.0 tox apk add --no-cache borgbackup tox -e end-to-end