1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00

Fix travis requirements.txt path

This commit is contained in:
Manu 2018-12-06 18:24:30 +08:00
parent 014f957c56
commit da3b2be3b4
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ install:
- pip install -U setuptools pip - pip install -U setuptools pip
- pip install . - pip install .
- pip install borgbackup - pip install borgbackup
- pip install -r requirements-dev.txt - pip install -r requirements.d/dev.txt
before_script: before_script:
- if [ $TRAVIS_OS_NAME = "linux" ]; then (herbstluftwm )& fi - if [ $TRAVIS_OS_NAME = "linux" ]; then (herbstluftwm )& fi

View file

@ -51,7 +51,7 @@ $ vorta
Install developer packages we use (pytest, tox, pyinstaller): 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`: 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`: