Commit 6580d056 authored by chiggs's avatar chiggs
Browse files

Add coveralls to travis as a test

parent 2642fe49
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,10 @@ 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
script:
  - cd tb
  - make
  - cd tb && make
after_success:
  - coveralls