
Angular-gettext provides simple translation support for AngularJS. We plan on using this in Horizon. This patch creates a stackforge repo for it. Change-Id: I74e9b286e16b4a172488510a1ed70421c158e23b
10 lines
144 B
INI
10 lines
144 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[tox:jenkins]
|
|
downloadcache = ~/cache/pip |