Merge "Removed the older version of python and added 3.5"

This commit is contained in:
Jenkins 2017-08-11 15:24:30 +00:00 committed by Gerrit Code Review
commit fe269f266f
2 changed files with 2 additions and 3 deletions

View File

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

View File

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