From 9329f1872af2cce10170d4b7b218e084857aad4e Mon Sep 17 00:00:00 2001 From: qingszhao Date: Tue, 12 Jun 2018 12:04:26 +0800 Subject: [PATCH] change default python 3 env in tox to 3.5 Change-Id: If4ec18360c446bf5af1ab7ef4c256a0cc784d78c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd1d8b0..f60b3a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]