Skip to content

Commit f11bbc2

Browse files
author
Osmar Coronel
committed
Fixed travis testing
1 parent a7813a4 commit f11bbc2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/integrations/beam/test_beam.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import pytest
2-
import dill
32
import inspect
43

54
pytest.importorskip("apache_beam")
65

6+
import dill
7+
78
from sentry_sdk.integrations.beam import (
89
BeamIntegration,
910
_wrap_task_call,

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ envlist =
3232
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3}
3333
{pypy,py2.7}-celery-3
3434

35-
py2.7-beam-{12,13,master}
36-
{py3.6,py3.7}-beam-{12,13,master}
35+
{py2.7,py3.6}-beam-{12,13,master}
36+
py3.7-beam-{12,13}
3737

3838
# The aws_lambda tests deploy to the real AWS and have their own matrix of Python versions.
3939
py3.7-aws_lambda

0 commit comments

Comments
 (0)