mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-03-13 15:25:48 +03:00
Fix travis
This commit is contained in:
parent
893ffaf17c
commit
4aa5154268
14
.travis.yml
14
.travis.yml
|
@ -1,4 +1,4 @@
|
||||||
dist: xenial
|
dist: focal
|
||||||
sudo: required
|
sudo: required
|
||||||
language: python
|
language: python
|
||||||
cache:
|
cache:
|
||||||
|
@ -7,16 +7,13 @@ cache:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
- redis-server
|
- redis
|
||||||
|
- rabbitmq
|
||||||
addons:
|
addons:
|
||||||
postgresql: "11"
|
postgresql: "11"
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
|
- sourceline: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
|
||||||
- sourceline: "deb https://packages.erlang-solutions.com/ubuntu xenial contrib"
|
|
||||||
key_url: "https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc"
|
|
||||||
- sourceline: "deb https://dl.bintray.com/rabbitmq/debian xenial main"
|
|
||||||
key_url: "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc"
|
|
||||||
packages:
|
packages:
|
||||||
- dirmngr
|
- dirmngr
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
|
@ -37,6 +34,7 @@ python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
|
- 3.9
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PG=9.6 DJANGO=2.1
|
- PG=9.6 DJANGO=2.1
|
||||||
|
@ -55,6 +53,10 @@ env:
|
||||||
- PG=10 DJANGO=3.1
|
- PG=10 DJANGO=3.1
|
||||||
- PG=11 DJANGO=3.1
|
- PG=11 DJANGO=3.1
|
||||||
- PG=12 DJANGO=3.1
|
- PG=12 DJANGO=3.1
|
||||||
|
- PG=9.6 DJANGO=3.2
|
||||||
|
- PG=10 DJANGO=3.2
|
||||||
|
- PG=11 DJANGO=3.2
|
||||||
|
- PG=12 DJANGO=3.2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Use default PostgreSQL 11 port
|
# Use default PostgreSQL 11 port
|
||||||
|
|
Loading…
Reference in New Issue
Block a user