The python 3.5 is added

In setup.cfg the python 3.4 support is removed.
In tox.ini the python 3.5 version is added.

Change-Id: I5e1996c2e35996fa471fa394d58a1764b01e855e
This commit is contained in:
kavithahr 2017-03-08 11:41:48 +05:30
parent 62a17ed479
commit b5acd95c12
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34,py27,pep8
envlist = py35,py27,pep8
skipdist = True
[testenv]