Files
xstatic-angular-gettext/tox.ini
reedip 3d1b433477 Remove support for py33
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
2016-02-16 10:21:16 +09:00

8 lines
97 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34
[testenv:venv]
commands = {posargs}