use any python3 with mypy

This commit is contained in:
Erica Portnoy 2018-04-12 15:14:57 -07:00
parent 66169eae5c
commit 0dcac0768b

View file

@ -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}