Commit 6ff7eec3 authored by Chiggs's avatar Chiggs

Don't try and install global packages using PIP

parent bc7403da
...@@ -9,7 +9,7 @@ addons: ...@@ -9,7 +9,7 @@ addons:
- python-imaging - python-imaging
- iverilog - iverilog
install: install:
- pip install coverage - pip install --user coverage
- pip install coveralls - pip install --user coveralls
script: script:
- ./.travis.sh - ./.travis.sh
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