From c9cca44c9cbbb38e264fedf28fa13a057732b442 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 6 Nov 2018 12:57:46 +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: I28e96e5922b73f270b0e77fff91e4343ad06a852 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4fd17d353..5e0754ed7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py35,py27,pep8,releasenotes +envlist = py36,py35,py27,pep8,releasenotes [testenv] usedevelop = True