From 0dcac0768be435b9ec2c37d69624133856dbd493 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 12 Apr 2018 15:14:57 -0700 Subject: [PATCH] use any python3 with mypy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f097d4a4..dce5911ed 100644 --- a/tox.ini +++ b/tox.ini @@ -136,7 +136,7 @@ commands = pylint --reports=n --rcfile=.pylintrc {[base]source_paths} [testenv:mypy] -basepython = python3.5 +basepython = python3 commands = {[base]pip_install} .[dev3] {[base]install_packages}