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
This commit is contained in:
Colleen Murphy 2018-11-06 12:57:46 +01:00
parent ffabfba5a8
commit c9cca44c9c
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