Update the Travis config to support the newer version of SQLite for Django 2.2 (#2097)

Update the Travis config to support the newer version of SQLite for Django 2.2
This commit is contained in:
Bruno Alla 2019-06-06 17:22:46 +01:00 committed by GitHub
commit 87177b89c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 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,8 @@
sudo: true
dist: xenial
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