Enable support for both python3.6 and python3.7

Change-Id: Ia74d470a6d593a6a81779788e2848c5b5995c44f
This commit is contained in:
VedaAnnayappa 2019-09-12 10:02:05 -04:00
parent f3008d1ee2
commit 7ca211e700
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[entry_points]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
skipsdist = True
envlist = py27,py37,pep8
envlist = py27,py36,py37,pep8
# Automatic envs (pyXX) will use the python version appropriate to that
# env and ignore basepython inherited from [testenv]. That's what we
# want, and we don't need to be warned about it.