mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
Update .travis.yml
This commit is contained in:
parent
3115f4cf4c
commit
101749ecdf
1 changed files with 2 additions and 11 deletions
13
.travis.yml
13
.travis.yml
|
@ -5,22 +5,14 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- xvfb
|
- xvfb
|
||||||
|
- python3.6-venv
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
- directories:
|
|
||||||
- $HOME/.pyenv_cache
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- |
|
|
||||||
if [[ -n "$PYENV_VERSION" ]]; then
|
|
||||||
wget https://github.com/praekeltfoundation/travis-pyenv/releases/download/0.4.0/setup-pyenv.sh
|
|
||||||
source setup-pyenv.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
dist: trusty
|
dist: bionic
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -32,7 +24,6 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env:
|
env:
|
||||||
- PYENV_VERSION=py36
|
|
||||||
- RUN_PYINSTALLER=true
|
- RUN_PYINSTALLER=true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue