Commit 6580d056 authored by chiggs's avatar chiggs

Add coveralls to travis as a test

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