removed the older version of python

Change-Id: Ia3f243bbe682ec14fae054480a7b8ac3624535c3
This commit is contained in:
bhavani 2017-03-07 11:57:05 +05:30
parent 634c1cf4e8
commit b8f846b4af
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 = 1.6
envlist = py35,py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]