From 710a8e399b2ed7ce2d252605216c77bcb12fd54b Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Tue, 6 Nov 2018 01:31:46 -0800 Subject: [PATCH] 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: I5f0fcb8bf50216ee8ffa9701972d1a5001be1060 --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 29048178c..7d87e7928 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ - docs-on-readthedocs - openstack-python-jobs - openstack-python35-jobs + - openstack-python36-jobs vars: rtd_webhook_id: '47123' check: diff --git a/tox.ini b/tox.ini index 5c06161a6..56db97b76 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8,docs +envlist = py36,py35,py27,pep8,docs minversion = 2.0 skipsdist = True