|
76 | 76 | run: |
|
77 | 77 | set -x # print commands that are executed
|
78 | 78 | ./scripts/runtox.sh "py${{ matrix.python-version }}-pymongo-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
|
| 79 | + - name: Test redis latest |
| 80 | + run: | |
| 81 | + set -x # print commands that are executed |
| 82 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-redis-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
| 83 | + - name: Test rediscluster latest |
| 84 | + run: | |
| 85 | + set -x # print commands that are executed |
| 86 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-rediscluster-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
79 | 87 | - name: Test sqlalchemy latest
|
80 | 88 | run: |
|
81 | 89 | set -x # print commands that are executed
|
@@ -146,6 +154,14 @@ jobs:
|
146 | 154 | run: |
|
147 | 155 | set -x # print commands that are executed
|
148 | 156 | ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
|
| 157 | + - name: Test redis pinned |
| 158 | + run: | |
| 159 | + set -x # print commands that are executed |
| 160 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
| 161 | + - name: Test rediscluster pinned |
| 162 | + run: | |
| 163 | + set -x # print commands that are executed |
| 164 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rediscluster" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
149 | 165 | - name: Test sqlalchemy pinned
|
150 | 166 | run: |
|
151 | 167 | set -x # print commands that are executed
|
@@ -205,6 +221,14 @@ jobs:
|
205 | 221 | run: |
|
206 | 222 | set -x # print commands that are executed
|
207 | 223 | ./scripts/runtox.sh --exclude-latest "py2.7-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
|
| 224 | + - name: Test redis py27 |
| 225 | + run: | |
| 226 | + set -x # print commands that are executed |
| 227 | + ./scripts/runtox.sh --exclude-latest "py2.7-redis" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
| 228 | + - name: Test rediscluster py27 |
| 229 | + run: | |
| 230 | + set -x # print commands that are executed |
| 231 | + ./scripts/runtox.sh --exclude-latest "py2.7-rediscluster" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch |
208 | 232 | - name: Test sqlalchemy py27
|
209 | 233 | run: |
|
210 | 234 | set -x # print commands that are executed
|
|
0 commit comments