mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Update .travis.yml
This commit is contained in:
parent
222abf9ce7
commit
98b00de6c1
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,7 @@ addons:
|
|||
- libacl1
|
||||
- build-essential
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- openssl
|
||||
- readline
|
||||
|
@ -21,6 +22,8 @@ addons:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.pyenv/versions
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
@ -55,7 +58,7 @@ install:
|
|||
export PATH="/Users/travis/.pyenv/shims:${PATH}"
|
||||
fi
|
||||
export PYENV_VERSION=3.6.7
|
||||
pyenv-virtualenv venv 3.6.7
|
||||
pyenv virtualenv venv 3.6.7
|
||||
source venv/bin/activate
|
||||
|
||||
- pip install .
|
||||
|
|
Loading…
Reference in a new issue