Skip to content

Commit

Permalink
Fix travis requirements.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Dec 6, 2018
1 parent 014f957 commit da3b2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`:
Expand Down

0 comments on commit da3b2be

Please sign in to comment.