From 849bbbd04e2ecdb27360545daa4496f9305a635e Mon Sep 17 00:00:00 2001 From: Doug Greiman Date: Wed, 16 Nov 2016 11:34:56 -0800 Subject: [PATCH] Update tox to run system tests under Python 3.5 instead of 3.4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 083778e98c50..4174b7659829 100644 --- a/tox.ini +++ b/tox.ini @@ -271,7 +271,7 @@ passenv = [testenv:system-tests3] basepython = - python3.4 + python3.5 commands = {[testing]localdeps} python {toxinidir}/system_tests/attempt_system_tests.py {posargs}