2
2
envlist =
3
3
py{27,34,35,36,37,38}
4
4
py{35,36,37,38}-aiohttp2
5
+ py{27,34,35,36,37}-django{111}
6
+ py{35,36,37,38}-django{22}
7
+ py{36,37,38}-django{30}
5
8
coverage-report
6
9
7
10
skip_missing_interpreters = True
17
20
sqlalchemy
18
21
Flask-SQLAlchemy
19
22
future
20
- # the sdk doesn't support earlier version of django
21
- django >= 1.10, <2.0
23
+ django11: Django ==1.11.*
24
+ django22: Django ==2.2.*
25
+ django30: Django ==3.0.*
22
26
django-fake-model
23
27
pynamodb >= 3.3.1
24
28
psycopg2
@@ -34,9 +38,15 @@ deps =
34
38
py{35,36,37,38}: aiobotocore >= 0.10.0
35
39
36
40
commands =
37
- 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
41
+ py{27,34,35,36,37}-django{111} : coverage run --source aws_xray_sdk -m py.test tests/ext/django
38
42
codecov
39
- py{35,36,37,38}: coverage run --source aws_xray_sdk -m py.test tests
43
+ py{35,36,37,38}-django{22}: coverage run --source aws_xray_sdk -m py.test tests/ext/django
44
+ codecov
45
+ py{36,37,38}-django{30}: coverage run --source aws_xray_sdk -m py.test tests/ext/django
46
+ codecov
47
+ py{27,34}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp --ignore tests/ext/aiobotocore --ignore tests/ext/django --ignore tests/test_async_local_storage.py --ignore tests/test_async_recorder.py
48
+ codecov
49
+ py{35,36,37,38}: coverage run --source aws_xray_sdk -m py.test --ignore tests/ext/django tests
40
50
codecov
41
51
42
52
setenv =
0 commit comments