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: I207db150716139bd55d31e4a4c6eb7e7f48916b0
This commit is contained in:
Colleen Murphy 2018-11-06 12:52:15 +01:00
parent e3c1633ea8
commit 605da1015f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.3.1
skipsdist = True
envlist = py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes
envlist = py36,py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes
[testenv]
usedevelop = True