Support py36 for test in tox

Ubuntu Artful and  Fedora 26 already ship Python 3.6 by default
(And Bionic and F28 have been released since then.). Considering
better support of python3 with system, we should enable py36 for test
environment.

You can find some discussion in:
http://lists.openstack.org/pipermail/openstack-dev/2018-June/131193.html

Depends-On: https://review.openstack.org/#/c/597267

Change-Id: I0187e862c0b74dbb836d36e7062ccc9e47a51cc2
This commit is contained in:
ricolin 2018-07-05 14:22:06 +08:00 committed by Rico Lin
parent 6b09b922bb
commit 7991199542
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
minversion = 1.6
skipsdist = True