From 7f4b8a7df2a94763869b185252176dbd054726ba Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 24 Jan 2018 16:48:30 -0500 Subject: [PATCH] change default python 3 env in tox to 3.5 Change-Id: Ib2e7dfec238a78697ec580d5d2545be873155f84 Signed-off-by: Doug Hellmann --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 859967f..2ca2819 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]