Remove references to Python 3.4

Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: I03caf829a7b1a07345bb29f07629c575fdab22a9
This commit is contained in:
Eric Brown 2017-01-09 10:02:45 -08:00
parent 29a0e8954d
commit 1eb0157271
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]