From 4fc0078f956b16c271dd6127e86fd8290ecab899 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 22 Sep 2016 10:48:02 -0700 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: Ic5d1c64d4cfccbc517f753bfe48aec13a16736e8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8aaa327a..197cef41 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] install_command =