Skip to content

Commit bc9b80e

Browse files
committed
Use Python 3.8 for coverage testenv
1 parent 0fd0c6c commit bc9b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ addopts = --color yes --durations 25
218218
timeout = 300
219219
220220
[testenv:coverage]
221-
basepython = python3.6
221+
basepython = python3.8
222222
ignore_errors = True
223223
whitelist_externals = /bin/bash
224224
changedir = {toxinidir}

0 commit comments

Comments
 (0)