Fix broken travis config
This commit is contained in:
parent
f988b42881
commit
d671ffb626
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue