Enable support for both python3.6 and python3.7
Change-Id: Ia74d470a6d593a6a81779788e2848c5b5995c44f
This commit is contained in:
parent
f3008d1ee2
commit
7ca211e700
@ -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]
|
||||
|
2
tox.ini
2
tox.ini
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user