mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-11-23 16:02:29 +00:00
Fix broken travis config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,9 +21,10 @@ restic_data/
|
||||
restic_cache/
|
||||
alerts.env
|
||||
|
||||
# docs
|
||||
# build
|
||||
build/
|
||||
docs/_build
|
||||
dist
|
||||
|
||||
# tests
|
||||
.tox
|
||||
|
||||
@@ -9,7 +9,7 @@ matrix:
|
||||
sudo: true
|
||||
|
||||
install:
|
||||
- pip install -U setuptools
|
||||
- pip install -U setuptools pip wheel
|
||||
- pip install -r src/tests/requirements.txt
|
||||
- pip install src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user