Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul
2019-07-16 10:55:45 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py{27,36,37},functional,pep8
envlist = py27,py37,functional,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.