Update tox.ini to support Python 3.x unit tests

This patch updates the tox.ini with a py3 env, so that it covers
python 3.x versions including the Python 3.6.

The openstack-python36-jobs template is already in the tree, so the job
change is not included in this patch.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I96f3fed0b9c23c4ec0444f115226dfc260809c54
This commit is contained in:
Nguyen Hai Truong 2018-11-06 01:18:42 -08:00 committed by Kaifeng Wang
parent debd80fb3f
commit 0dee20ade9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8,functional
envlist = py3,py27,pep8,functional
[testenv]
install_command = pip install {opts} {packages}