fix(style): Wrong Python version for codechecks
On systems where the default Python is Python 3 (such as on recent Debian/Ubuntu versions), then `$ tox -e codechecks` has a ton of failures related to Python 3 compatibility. This explicitly forces it to use Python 2.7 until we have Python 3 compatibility.
This commit is contained in:
parent
b4b996c3e7
commit
d0d11a5444