Prepare to support python3.6

This patch prepares python3.6 support.

We should add py36-local into tox.ini and support for python3.6
into setup.cfg when we decide to support python3.6 formally.

Change-Id: Ic5b4614745fbf68376e46544b630fadcc44a805a
This commit is contained in:
Shu Muto 2018-07-25 15:25:20 +09:00
parent f1d0543dd6
commit e552126d4a
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,8 @@
- project:
check:
jobs:
- openstack-tox-py36:
voting: false
- nodejs-npm-run-lint:
vars:
node_version: 4

View File

@ -48,6 +48,12 @@ commands =
{[testenv:hz-local]commands}
{[testenv]commands}
[testenv:py36-local]
basepython = python3.6
commands =
{[testenv:hz-local]commands}
{[testenv]commands}
[testenv:py3-dj111]
basepython = python3
commands =