tox: Ensure 'mypy' targets runs with Python 3.x

Turns out this requires Python 3.2 at a minimum. Who knew? We don't
support Python 3.1 so simply fix to 'python3'.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2017-10-03 10:04:08 +01:00
parent 71a5ec18be
commit 40c8f661ef

View File

@@ -69,6 +69,7 @@ commands=
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
[testenv:mypy]
basepython=python3
deps=
mypy
commands=