Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-10-02 18:59:50 +00:00 committed by Gerrit Code Review
commit 1a6819f240
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files] [files]
packages = packages =

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35,py27,pep8 envlist = py37,py36,py27,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True