The Python 3.5 is added

The Python 3.5 was missing in setup.cfg and tox.ini
hence added that version.

Change-Id: I3b22f72f8b3b7d45cc22c50ec53fef6beef5424e
This commit is contained in:
kavithahr 2017-03-11 19:07:00 +05:30 committed by Luka Peschke
parent 33339cdd4e
commit d41d9941b6
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py27,pypy,pep8
envlist = py27,py35,pypy,pep8
skipsdist = True
[testenv]