Monty Taylor e9c34dec57 Add tox.ini file to run things via tox
I'm not kidding. This works.

Change-Id: I7caf2277eb667737a5537f13d245153133a0d203
2014-01-20 12:52:14 -08:00

20 lines
410 B
INI

[tox]
minversion = 1.6
envlist = node
skipsdist = True
[testenv]
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = nodeenv
[testenv:node]
commands =
nodeenv -p {envdir} --node=0.10.24 || true
npm install -g bower@1.2.8 grunt@0.4.2 grunt-cli@0.1.11
npm install
bower install
grunt {posargs}