Skip to content

Commit 73c2a80

Browse files
committed
Remove py34 tox env and pypi classifier
Currently only py27 and py35 (not py34) is tested in the gate, so py34 should no longer be part of the tox environment or part of the PyPi classifier. Change-Id: I155fc0e3ac06b495718d9fa3058edded738cb011
1 parent 054060c commit 73c2a80

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifier =
1616
Programming Language :: Python :: 2
1717
Programming Language :: Python :: 2.7
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.4
2019
Programming Language :: Python :: 3.5
2120

2221
[files]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.6
3-
envlist = py35,py34,py27,pep8
3+
envlist = py35,py27,pep8
44
skipdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)