Add python 3.6 unit test job

This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

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

Change-Id: I2a44bccab3cb130521de096b0d3f85d1bc84f2c1
This commit is contained in:
98k 2018-11-09 03:07:16 +00:00
parent 3269097dcd
commit a79dc59226

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35-constraints,py27-constraints,pep8-constraints
envlist = py36-constraints,py35-constraints,py27-constraints,pep8-constraints
skipsdist = True
[testenv]