Skip to content

Commit d54c7ae

Browse files
committed
Fix missing interpreter in tox coverage
1 parent a009e1c commit d54c7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ setenv =
4040
COVERAGE_FILE=.coverage.py3
4141

4242
[testenv:coverage]
43-
basepython = python3.6
43+
basepython = python3.8
4444
commands =
4545
coverage erase
4646
coverage combine

0 commit comments

Comments
 (0)