add python 3.6 unit test job

This should have been a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal, but as it failed,
it's now done manually.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ic0eed440b0b117e620508154c3a58392610a8768
This commit is contained in:
Bruno Cornec 2019-03-18 18:33:47 +01:00
parent 2e51f7b4b6
commit 52f8a03e3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py27,docs
envlist = py36,py35,py27,docs
skipsdist = True
[testenv]