From dac5aee05d6f04f0828e2630357398b93132f81e Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 15 Jul 2016 20:58:47 +0000 Subject: [PATCH] Add py35 to tox environments Since we're running python 3.5 tests now, we should also be running thme when running all tests with just `tox`. Change-Id: I6ec077878906fd48e9e4dc654c63da3dbc83173b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index beb8a7182b..ef60d136e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py34,py27,pep8 +envlist = py35,py34,py27,pep8 [testenv] usedevelop = True