Skip to content

Commit

Permalink
upgrade sentry version up to 22.12.0 for Readme and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent 51ed9bc commit c97cc02
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
services:
- redis
- postgresql
- docker
- redis
- postgresql
- docker
language: python
jobs:
include:
- python: '3.7'
env: TOX_ENV=py37-sentry20
- python: "3.7"
env: TOX_ENV=py37-sentry22
install:
- sudo apt update
- sudo apt install 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
- docker run -p 1218:1218 -d -e SNUBA_SETTINGS=docker -e DEBUG=1 -e CLICKHOUSE_HOST=sentry_clickhouse
--network sentry_test --name sentry_snuba getsentry/snuba:nightly devserver --no-workers
- docker ps -a
- travis_retry pip install tox
- sudo apt update
- sudo apt install 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
- docker run -p 1218:1218 -d -e SNUBA_SETTINGS=docker -e DEBUG=1 -e CLICKHOUSE_HOST=sentry_clickhouse
--network sentry_test --name sentry_snuba getsentry/snuba:nightly devserver --no-workers
- docker ps -a
- travis_retry pip install tox
before_script:
- psql -c 'create database sentry;' -U postgres
- psql -c 'create database sentry;' -U postgres
script: tox -e $TOX_ENV
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: pypi
username: "__token__"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sentry Telegram |travis| |codecov| |pypi|

Plugin for Sentry which allows sending notification via `Telegram <https://telegram.org/>`_ messenger.

Presented plugin tested with Sentry 20.12.1.
Presented plugin tested with Sentry 22.12.0.

**DISCLAIMER**: Sentry API is under development and `is not frozen <https://docs.sentry.io/server/plugins/>`_.

Expand Down

0 comments on commit c97cc02

Please sign in to comment.