Update Travis config, using new xenial distribution to support the newer version of SQLite to satisfy the requirement of Django 2.2

This commit is contained in:
Xaver Y.R. Chen 2019-06-05 20:21:37 +08:00
parent 72c92187a9
commit ef59ffad94
2 changed files with 4 additions and 1 deletions

View File

@ -190,6 +190,7 @@ Listed in alphabetical order.
Vlad Doster `@vladdoster`_
Will Farley `@goldhand`_ @g01dhand
William Archinal `@archinal`_
Xaver Y.R. Chen `@yrchen`_ @yrchen
Yaroslav Halchenko
Keyvan Mosharraf `@keyvanm`_
========================== ============================ ==============
@ -327,6 +328,7 @@ Listed in alphabetical order.
.. _@cmargieson: https://github.com/cmargieson
.. _@tanoabeleyra: https://github.com/tanoabeleyra
.. _@keyvanm: https://github.com/keyvanm
.. _@yrchen: https://github.com/yrchen
Special Thanks
~~~~~~~~~~~~~~

View File

@ -1,8 +1,9 @@
dist: xenial
sudo: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential gettext python-dev zlib1g-dev libpq-dev xvfb
- sudo apt-get install -qq libtiff4-dev libjpeg8-dev libfreetype6-dev liblcms1-dev libwebp-dev
- sudo apt-get install -qq libjpeg8-dev libfreetype6-dev libwebp-dev
- sudo apt-get install -qq graphviz-dev python-setuptools python3-dev python-virtualenv python-pip
- sudo apt-get install -qq firefox automake libtool libreadline6 libreadline6-dev libreadline-dev
- sudo apt-get install -qq libsqlite3-dev libxml2 libxml2-dev libssl-dev libbz2-dev wget curl llvm