Skip to content

Commit

Permalink
add required deps for run travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent c97cc02 commit d831a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env: TOX_ENV=py37-sentry22
install:
- sudo apt update
- sudo apt install libxml2-dev libxmlsec1-dev libxmlsec1-openssl pkg-config -y
- sudo apt install libnss3-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl pkg-config -y
- docker network create -d bridge sentry_test
- docker run -p 8123:8123 -p 9000:9000 -p 9009:9009 --network sentry_test -d --name
sentry_clickhouse yandex/clickhouse-server:20.3.9.70
Expand Down

0 comments on commit d831a0f

Please sign in to comment.