From 04f990936bb6ff31f63592cbe4f9c746e3ba71d2 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 6 Nov 2018 12:58:24 +0100 Subject: [PATCH] Add py36 tox environment We already run python3.6 unit tests in CI. Add the py36 environment to the tox file so that developers with python3.6 available locally can opt into running that version too. Change-Id: I31cb1d4f6476427720b77b4370ab8e91bd3450b4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf5c0da..e875a77 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py27,py35,pep8,cover,docs,releasenotes +envlist = py27,py35,py36,pep8,cover,docs,releasenotes [testenv] usedevelop = True