Add py36 testenv

Python 3.6 is installed by default in Ubuntu 18.04 LTS.
Therefore, according to Transition Plan [1],
it'll be handy to have py36 testenv.

For more details, please check Python2 Deprecation Timeline [2]
and Python3-first Goal - Completion Criteria [3].

[1] https://wiki.ubuntu.com/Python/Python36Transition
[2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42

Change-Id: I8eb2f5f4de5d9831bf539f2588389482c6f88d25
This commit is contained in:
Nguyen Van Duc 2018-07-12 14:43:22 +07:00 committed by Duc Nguyen
parent 7462ed773c
commit bd6835f37f
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:py27]
setenv = OS_FAIL_ON_MISSING_DEPS=1
[testenv:py36]
setenv = OS_FAIL_ON_MISSING_DEPS=1
[testenv:py27-dev]
commands =
{[testenv:dev]commands}