The Python 3.5 is added
The Python 3 and 3.5 was missing in setup.cfg and tox.ini hence added that version. Change-Id: I36b67a969f0521fb7bb638623eddc5d944642dfe
This commit is contained in:
parent
205c882646
commit
410865d358
@ -16,6 +16,8 @@ classifier =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py34,py27,pypy,pep8
|
||||
envlist = py35,py27,pypy,pep8
|
||||
minversion = 2.0
|
||||
skipsdist = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user