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:
Ross Patterson 2020-09-18 11:48:49 -07:00
parent b4b996c3e7
commit d0d11a5444
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ commands =
[testenv:codechecks]
basepython = python2.7
# On macOS, git inside of towncrier needs $HOME.
passenv = HOME
whitelist_externals =