mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-22 17:16:37 +03:00
Bugfix in installing migrations
This commit is contained in:
parent
04c5ba292a
commit
b5c0567c78
|
@ -31,9 +31,9 @@ python:
|
||||||
- 3.7
|
- 3.7
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PG=9.6 CLICKHOUSE=19.4
|
- PG=9.6 CLICKHOUSE=19.4 DJANGO=2.1
|
||||||
- PG=10 CLICKHOUSE=19.4
|
- PG=10 CLICKHOUSE=19.4 DJANGO=2.1
|
||||||
- PG=11 CLICKHOUSE=19.4
|
- PG=11 CLICKHOUSE=19.4 DJANGO=2.1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Use default PostgreSQL 11 port
|
# Use default PostgreSQL 11 port
|
||||||
|
@ -53,7 +53,8 @@ install:
|
||||||
- sudo apt-get install clickhouse-client=$CLICKHOUSE.* clickhouse-server=$CLICKHOUSE.* clickhouse-common-static=$CLICKHOUSE.*
|
- sudo apt-get install clickhouse-client=$CLICKHOUSE.* clickhouse-server=$CLICKHOUSE.* clickhouse-common-static=$CLICKHOUSE.*
|
||||||
- sudo service clickhouse-server restart
|
- sudo service clickhouse-server restart
|
||||||
|
|
||||||
- pip install -r requirements.conf
|
- pip install -r requirements.txt
|
||||||
|
- pip install -q Django==$DJANGO.*
|
||||||
- python setup.py -q install
|
- python setup.py -q install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user