From 6c546bc9abb2b40c5b5d6ffe57dfd5c4983d1d07 Mon Sep 17 00:00:00 2001 From: qingszhao Date: Tue, 12 Jun 2018 16:42:13 +0800 Subject: [PATCH] Update python3 versions in tox.ini envlist This updates the envlist to include modern versions of python. It doesn't really mean anything except for you run tox without specifying an environment it will now run py35 and py36 instead of py34 (which isn't used anywhere anymore) Change-Id: I935cf6d104fa5b516332cbb587d327dc587d0c32 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ac38a09..4951885e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py33,py34,py35,py36,py27,pypy,pep8,docs +envlist = py35,py36,py27,pypy,pep8,docs [testenv] usedevelop = True