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/
alerts.env
# docs
# build
build/
docs/_build
dist
# tests
.tox

View File

@ -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