borgmatic/scripts/run-tests
Dan Helfman 2e5be3d3f1
Some checks reported errors
continuous-integration/drone/push Build was killed
Add missing psql.
2019-12-10 16:52:59 -08:00

14 lines
355 B
Bash
Executable File

#!/bin/sh
# This script is intended to be run from the continuous integration build
# server, and not on a developer machine. For that, see:
# https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/
set -e
python -m pip install --upgrade pip==19.3.1
pip install tox==3.14.0
tox
apk add --no-cache borgbackup postgresql-client
tox -e end-to-end