File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ envlist =
12
12
; pypy3-coverage
13
13
14
14
lint
15
- py37 -tracecontext
16
- py37 -{mypy,mypyinstalled}
15
+ py38 -tracecontext
16
+ py38 -{mypy,mypyinstalled}
17
17
docs
18
18
docker-tests
19
19
20
20
[travis]
21
21
python =
22
- 3.7: py37 , lint, docs, docker-tests
22
+ 3.8: py38 , lint, docs, docker-tests
23
23
24
24
[testenv]
25
25
deps =
@@ -107,7 +107,7 @@ commands =
107
107
108
108
109
109
[testenv:lint]
110
- basepython: python3.7
110
+ basepython: python3.8
111
111
recreate = True
112
112
deps =
113
113
-c dev-requirements.txt
@@ -139,8 +139,8 @@ changedir = docs
139
139
commands =
140
140
sphinx-build -E -a -W --keep-going -b html -T . _build/html
141
141
142
- [testenv:py37 -tracecontext]
143
- basepython: python3.7
142
+ [testenv:py38 -tracecontext]
143
+ basepython: python3.8
144
144
deps =
145
145
# needed for tracecontext
146
146
aiohttp~=3.6
You can’t perform that action at this time.
0 commit comments