Commit 85ea2399 by John Jarvis

adding back apt-get install for npm

parent 1731ded0
......@@ -3,6 +3,7 @@ language: python
python:
- "2.7"
install:
- "sudo apt-get install -y npm"
- "pip install --allow-all-external -r requirements.txt"
- "pip install --allow-all-external demjson"
- "sudo npm install -g js-yaml"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment