Skip to content

Commit 431c681

Browse files
authored
chore: Fix basepython for mypy-py2. (#143)
1 parent b39fa22 commit 431c681

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
@@ -189,7 +189,7 @@ commands =
189189
{[testenv:mypy-coverage]commands}
190190

191191
[testenv:mypy-py2]
192-
basepython = {[testenv:mypy-common]basepython}
192+
basepython = python2.7
193193
deps = {[testenv:mypy-common]deps}
194194
commands =
195195
python -m mypy \

0 commit comments

Comments
 (0)