mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
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:
parent
72c92187a9
commit
ef59ffad94
|
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user