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: I381f8582b79d691aba2a4e98b1611f0ddcd78e73
This commit is contained in:
Eric Brown 2017-01-05 16:36:34 -08:00
parent d7710ef5d0
commit 6e7ecfae0f
2 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@ classifier =
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files] [files]
packages = packages =

View File

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