
Python 3.3 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: Ia8979777433c8a9f5f0ccedefc56707848955e13 Closes-Bug: #1526170
8 lines
97 B
INI
8 lines
97 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = py27,py34
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|