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 \