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: I8853fadc29823b16fb4b620648636d658ec38d8d
This commit is contained in:
lijunbo 2017-03-23 16:01:55 +08:00 committed by junboli
parent ba46e69eee
commit 07ad860d07
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,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,5 +1,5 @@
[tox]
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
minversion = 1.6
skipsdist = True