From 1a54dd98f5eef82a1aecc4b7c86994ac0074e776 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Mon, 3 Oct 2016 11:51:00 -0700 Subject: [PATCH] Add py35 to tox.ini default envs Ubuntu 16.04 switches to this for python3, so it's good to include it in the default list that is attempted when one runs 'tox'. Change-Id: Idae2118b3179010df8a9559a059d50b1decca8e5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d99ad32..9b0f9d5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py34,pep8 +envlist = py27,py34,py35,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}