1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-23 00:07:58 +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 - libacl1
- build-essential - build-essential
homebrew: homebrew:
update: true
packages: packages:
- openssl - openssl
- readline - readline
@ -21,6 +22,8 @@ addons:
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
- $HOME/.pyenv/versions
- $HOME/Library/Caches/Homebrew
sudo: required sudo: required
dist: trusty dist: trusty
@ -55,7 +58,7 @@ install:
export PATH="/Users/travis/.pyenv/shims:${PATH}" export PATH="/Users/travis/.pyenv/shims:${PATH}"
fi fi
export PYENV_VERSION=3.6.7 export PYENV_VERSION=3.6.7
pyenv-virtualenv venv 3.6.7 pyenv virtualenv venv 3.6.7
source venv/bin/activate source venv/bin/activate
- pip install . - pip install .