Angular-Gettext JavaScript library packaged as XStatic.
Go to file
Janonymous 921595e498 Put py34 first in the env order of tox
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.

Change-Id: Ief1349910375a0c5ee65823801db6b5f84619154
Closes-bug: #1489059
2015-12-22 18:55:34 +05:30
xstatic Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitignore Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:42:19 +00:00
LICENSE Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
MANIFEST.in Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
README.txt Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
setup.py Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
tox.ini Put py34 first in the env order of tox 2015-12-22 18:55:34 +05:30

README.txt

XStatic-Angular-Gettext
--------------

Angular-Gettext javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.