Update Travis CI build configuration
Change distro from trusty to xenial. Add missing os key. Remove deprecated sudo key.
This commit is contained in:
parent
8000eaca2f
commit
80b3572e30
@ -23,17 +23,12 @@
|
|||||||
# After changing this file, check it on:
|
# After changing this file, check it on:
|
||||||
# http://lint.travis-ci.org/
|
# http://lint.travis-ci.org/
|
||||||
|
|
||||||
sudo: required
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.3 # This is irrelevant, because the virtualenv is not used at all
|
- 3.3 # This is irrelevant, because the virtualenv is not used at all
|
||||||
|
|
||||||
# FIXME: The minimum requirement for Gramps is Python 3.2, so a test environment
|
|
||||||
# for Python 3.2 should be added to this environment which is Python 3.3. It
|
|
||||||
# will not be possible to run coverage under Python 3.2, because coverage is
|
|
||||||
# Python 3.3 (or above) only.
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user