From 4576fdcfb9dfc99268e30a28f7779c65a0f0a832 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 20 Jan 2017 15:48:10 +0000 Subject: [PATCH] Add explicit support for py35 This is what we're gating on, so we ought to have it in tox.ini. Change-Id: I0e63ed95d98be7b6b7244ac608257c1b0d3b2d47 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 30ca5465..61ef19ea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py34,py27,pep8,pypy +envlist = py{35,34,27},pep8,pypy [testenv] usedevelop = True