Skip to content

Commit 622bd23

Browse files
author
reedip
committed
Remove support for py33/py26
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: Ie138cdd5019ce762f7dfc8af5b0fa93c2d62ebfd Closes-Bug: #1526170
1 parent ddbbe53 commit 622bd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,py34,pep8
2+
envlist = py34,py27,pep8
33

44
[testenv]
55
setenv = VIRTUAL_ENV={envdir}

0 commit comments

Comments
 (0)