From 88a6c59570c50b1f0d5322f5efa52dfce34996a5 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 23 Sep 2016 13:04:32 +0000 Subject: [PATCH] Make tox test py35 Partial-Bug: #1617432 Change-Id: Ieb440869e119d312da361d03277fe63d1e956ff8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b768c6..4a0ba72 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py34,py27,pep8 skipsdist = True [testenv]