py26/py33 are no longer supported by Infra's CI
Python 3.3/2.6 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it also. Change-Id: I0617b6bc840638f48080f8b7faddd234a097f1c7
This commit is contained in:
parent
e7e53ac2e4
commit
0c7eb04e55
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py26,py27,py33,py34,pep8
|
envlist = py27,py34,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user