mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +00:00
18 lines
240 B
YAML
18 lines
240 B
YAML
language: python
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
python: 3.7
|
|
dist: bionic
|
|
sudo: true
|
|
|
|
install:
|
|
- pip install -U setuptools pip wheel
|
|
- pip install -r src/tests/requirements.txt
|
|
- pip install ./src
|
|
|
|
script:
|
|
- tox
|