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
This commit is contained in:
Colleen Murphy 2018-11-06 12:58:24 +01:00
parent 1f6f57d9af
commit 04f990936b
1 changed files with 1 additions and 1 deletions

View File

@ -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