Skip to content

Commit d26be79

Browse files
authored
Update tox.ini
1 parent 7ed97a1 commit d26be79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ deps =
3333
py{35,36,37}: aiobotocore >= 0.10.0
3434

3535
commands =
36-
py{27,34}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp --ignore tests/ext/aiobotocore --ignore tests/test_async_local_storage.py --ignore tests/test_async_recorder.py; codecov
37-
py{35,36,37}: coverage run --source aws_xray_sdk -m py.test tests; codecov
36+
py{27,34}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp --ignore tests/ext/aiobotocore --ignore tests/test_async_local_storage.py --ignore tests/test_async_recorder.py
37+
codecov
38+
py{35,36,37}: coverage run --source aws_xray_sdk -m py.test tests
3839

3940
setenv =
4041
DJANGO_SETTINGS_MODULE = tests.ext.django.app.settings

0 commit comments

Comments
 (0)