From 1d7860fc394258afe14424f283733030074fc0a8 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 3 Feb 2017 12:34:08 +0900 Subject: [PATCH] Add py36 to tox.ini This commit adds py36 to tox.ini because we should support python3.6. And this commit also removes redundant 'py' in the envlist. Change-Id: Id6b4e02987bfb16abf1ca9735f22ba4b850d63c3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fdc7b93..dcae417 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pypy,pep8,pip-check-reqs +envlist = py{36,35,27,py},pep8,pip-check-reqs skipsdist = True [testenv]