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: I6b493911d950182a9da1e13f01ef22e7bb0516b8
This commit is contained in:
98k 2018-11-09 04:19:10 +00:00
parent 5c04e666f4
commit f279df2801

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.0
skipsdist = True
envlist = validate,py27,pep8,pip-install
envlist = validate,py36,py27,pep8,pip-install
ignore_basepython_conflict=true
[testenv]