mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-07 00:23:20 +02:00
Drop support for Python 3.5. Only support black code formatter on Python 3.8+.
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
python -m pip install --upgrade pip==20.2.4
|
||||
pip install tox==3.20.1
|
||||
apk add --no-cache python3 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
|
||||
export COVERAGE_FILE=/tmp/.coverage
|
||||
apk add --no-cache borgbackup postgresql-client mariadb-client py3-typed-ast
|
||||
tox --workdir /tmp/.tox
|
||||
tox --workdir /tmp/.tox -e end-to-end
|
||||
tox --workdir /tmp/.tox --sitepackages
|
||||
tox --workdir /tmp/.tox --sitepackages -e end-to-end
|
||||
|
||||
Reference in New Issue
Block a user