diff --git a/.travis.yml b/.travis.yml index eb5c4dba..2c0d7b4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ install: - pip install -U setuptools pip - pip install . - pip install borgbackup -- pip install -r requirements-dev.txt +- pip install -r requirements.d/dev.txt before_script: - if [ $TRAVIS_OS_NAME = "linux" ]; then (herbstluftwm )& fi diff --git a/README.md b/README.md index b85dec1c..2bf6c534 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ vorta Install developer packages we use (pytest, tox, pyinstaller): ``` -pip install -r requirements-dev.txt +pip install -r requirements.d/dev.txt ``` Qt Creator is used to edit views. Install from [their site](https://www.qt.io/download) or using Homebrew and then open the .ui files in `vorta/UI`: