borgmatic/scripts/run-tests

14 lines
337 B
Plaintext
Raw Normal View History

2019-05-21 01:19:42 +00:00
#!/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.1.1
2019-10-21 18:05:37 +00:00
pip install tox==3.14.0
tox
apk add --no-cache borgbackup
tox -e end-to-end