From ad07bfb632bfe7baa4f6590368453c922b2c8cba Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 27 Jun 2018 10:59:12 +0700 Subject: [PATCH] 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: Ia2fbe35e1724a94ca6162604063a1c787acda596 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index d3b5bf16..cde448c7 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,9 @@ setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings [testenv:py35] setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings +[testenv:py36] +setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings + [testenv:pep8] basepython = python3 commands = flake8