Commit d788677d authored by chiggs's avatar chiggs

Install coverage as well as coveralls (doesn't seem to manage deps correctly)

parent ce4fbf14
......@@ -5,9 +5,11 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y python-imaging
- sudo apt-get install -y iverilog
- pip install coveralls
- git clone https://github.com/potentialventures/cocotb.git
- export COCOTB=$PWD/cocotb
install:
- pip install coverage
- pip install coveralls
script:
- cd tb && make COVERAGE=1
after_success:
......
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