added tests for node

This commit is contained in:
Ken Struys 2014-03-14 11:25:23 -07:00
parent dd004c2ee5
commit 1a9ace859a
3 changed files with 67 additions and 2 deletions

View file

@ -32,7 +32,7 @@ def install_environment():
with python.in_env() as python_env:
python_env.run('pip install nodeenv')
python_env.run('nodeenv {0}'.format(NODE_ENV))
python_env.run('nodeenv --jobs 4 {0}'.format(NODE_ENV))
with in_env(python_env) as node_env:
node_env.run('npm install -g')