commit | 159077fd2cd3169a9cca44c7edc654cd4d265c58 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Dec 14 12:56:44 2016 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Dec 14 12:56:44 2016 -0800 |
tree | a42be7feb5ad4d163aafb3f83a427d46d1c32fce | |
parent | 90c1c1b5c8f4eda71240b96d671976d289ca6e04 [diff] |
Restore lint to Python 3.5
diff --git a/tox.ini b/tox.ini index 2347bc1..ad760bd 100644 --- a/tox.ini +++ b/tox.ini
@@ -70,7 +70,7 @@ commands = make -C docs html [testenv:lint] -basepython = python3.4 +basepython = python3.5 commands = python setup.py check --metadata --restructuredtext --strict flake8 \