Add missing pip to test script.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2020-11-22 17:42:58 -08:00
parent 1f4f28b4dc
commit b8a7e23f46
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
set -e
apk add --no-cache python3 borgbackup postgresql-client mariadb-client
apk add --no-cache python3 py3-pip borgbackup postgresql-client mariadb-client
apk add --no-cache black || true # If black is available in this version of Alpine, install it.
python3 -m pip install --upgrade pip==20.2.4 setuptools==50.3.2
pip3 install tox==3.20.1