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: I499db960450b9628636d503a4d7f1cc163d38e3a
This commit is contained in:
Colleen Murphy 2018-11-06 12:57:12 +01:00
parent c6e87c8209
commit 0db112c4a6
1 changed files with 1 additions and 1 deletions

View File

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