From 54dd54d81d38a1f4e027aa68b3249130258e58cf Mon Sep 17 00:00:00 2001
From: Gregory Haynes <greg@greghaynes.net>
Date: Mon, 19 Dec 2016 23:21:24 +0000
Subject: [PATCH] Switch py34 tests to py35

Py35 is now commonly available on things like -infra test nodes, lets
use that instead.

Change-Id: I554ec84d709a9937df5ec3c2fa7eab8f158cf64e
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 605eeb397..16a7cf9ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py34,py27,pep8
+envlist = py35,py27,pep8
 minversion = 1.6
 skipsdist = True