Fix broken travis config

This commit is contained in:
Einar Forselv 2019-12-07 09:05:48 +01:00
parent f988b42881
commit d671ffb626
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -21,9 +21,10 @@ restic_data/
restic_cache/ restic_cache/
alerts.env alerts.env
# docs # build
build/ build/
docs/_build docs/_build
dist
# tests # tests
.tox .tox

View File

@ -9,7 +9,7 @@ matrix:
sudo: true sudo: true
install: install:
- pip install -U setuptools - pip install -U setuptools pip wheel
- pip install -r src/tests/requirements.txt - pip install -r src/tests/requirements.txt
- pip install src - pip install src