mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Create .travis.yml
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
python: 3.7
|
||||||
|
dist: bionic
|
||||||
|
sudo: true
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -U setuptools
|
||||||
|
- pip install -r src/tests/requirements.txt
|
||||||
|
- pip install src
|
||||||
|
|
||||||
|
script:
|
||||||
|
- tox
|
Reference in New Issue
Block a user