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: Ic7aad3d4adfafba226d3b1d1b2106d55135ce6ff
This commit is contained in:
Colleen Murphy 2018-11-06 12:56:29 +01:00
parent 67fc715838
commit d381514873
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
skipsdist = True skipsdist = True
envlist = py35,py27,pep8,releasenotes envlist = py36,py35,py27,pep8,releasenotes
[testenv] [testenv]
usedevelop = True usedevelop = True