run-tests 355 B

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