Commit 85ea2399 by John Jarvis

adding back apt-get install for npm

parent 1731ded0
...@@ -3,6 +3,7 @@ language: python ...@@ -3,6 +3,7 @@ language: python
python: python:
- "2.7" - "2.7"
install: install:
- "sudo apt-get install -y npm"
- "pip install --allow-all-external -r requirements.txt" - "pip install --allow-all-external -r requirements.txt"
- "pip install --allow-all-external demjson" - "pip install --allow-all-external demjson"
- "sudo npm install -g js-yaml" - "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