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

This commit is contained in:
Zuul 2018-12-10 12:20:03 +00:00 committed by Gerrit Code Review
commit 815dd2d663
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}