1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 15:57:34 +00:00

Update .travis.yml

This commit is contained in:
Manuel Riel 2018-11-20 15:46:03 +08:00 committed by GitHub
parent 222abf9ce7
commit 98b00de6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .