Update .travis.yml

This commit is contained in:
Manuel Riel 2018-11-20 14:42:26 +08:00 committed by GitHub
parent 639317b18f
commit 0bc3676239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ addons:
apt: apt:
packages: packages:
- xvfb - xvfb
- libssl-dev
- openssl
- libacl1-dev
- libacl1
- build-essential
cache: cache:
- pip - pip
@ -16,7 +21,6 @@ dist: trusty
env: env:
global: global:
- SETUP_XVFB=true - SETUP_XVFB=true
- PIP_DEPENDENCIES='hacking pytest pytest-qt'
matrix: matrix:
include: include:
@ -39,6 +43,7 @@ install:
fi fi
- pip install . - pip install .
- pip install borgbackup
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
before_script: before_script: