Commit 1731ded0 by John Jarvis

changing from ubuntu package to pip

parent 2bb878f0
......@@ -4,7 +4,7 @@ python:
- "2.7"
install:
- "pip install --allow-all-external -r requirements.txt"
- "sudo apt-get install -y npm python-demjson"
- "pip install --allow-all-external demjson"
- "sudo npm install -g js-yaml"
script:
- |
......
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