Upgrade pip and tox in tests.

This commit is contained in:
Dan Helfman 2020-02-02 14:30:26 -08:00
parent 46486138b6
commit 66eb18d5ea
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
set -e
python -m pip install --upgrade pip==19.3.1
pip install tox==3.14.1
python -m pip install --upgrade pip==20.0.2
pip install tox==3.14.3
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox
apk add --no-cache borgbackup postgresql-client mariadb-client