From 11590b64ad5bff2a727a83cc799fb4341a774907 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 25 Nov 2016 15:40:19 +0900 Subject: [PATCH] Add py35 to tox.ini envlist This commit adds py35 to the tox.ini envlist. We should support not only python 3.4 but also python 3.5. And this commit also fixes the envlist order to avoid the testr execution error with dbm usage. Change-Id: I9e48a66f47ad5f73c117e2d6ddb10ebd4b1e2bba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a8c2794b..d62278a7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pep8,npm-test,npm-lint +envlist = py35,py34,py27,pep8,npm-test,npm-lint minversion = 1.6 skipsdist = True