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:
parent
014f957c56
commit
da3b2be3b4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue