Merge "Remove references to Python 3.4"

This commit is contained in:
Jenkins 2017-02-20 14:10:42 +00:00 committed by Gerrit Code Review
commit e07e6ee53b
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,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
Topic :: Security

View File

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