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