diff --git a/.gitignore b/.gitignore index 6eb46ea..b87f383 100644 --- a/.gitignore +++ b/.gitignore @@ -21,9 +21,10 @@ restic_data/ restic_cache/ alerts.env -# docs +# build build/ docs/_build +dist # tests .tox diff --git a/.travis.yml b/.travis.yml index 4070147..31f1203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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