Skip to content

Commit

Permalink
Update cocotb dependency and correct vunit dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
benreynwar committed Oct 14, 2019
1 parent 75ee507 commit dbdeca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ before_install:

before_script:
- pip install --process-dependency-links git+https://github.com/benreynwar/slvcodec@2cb6ef81130d60b387ec0ac6cde78eb419893ff9#egg=slvcodec-0.0.0
- pip install fusesoc pytest vunit
- pip install --process-dependency-links git+https://github.com/cocotb/cocotb@0965b5a53a0d7e2ed4440af902f2d62b1525e14f#egg=cocotb-0.0.0
- pip install fusesoc pytest vunit-hdl
- pip install -e .
- git clone --depth 1 https://github.com/tgingold/ghdl.git ghdl
- cd ghdl
Expand Down

0 comments on commit dbdeca6

Please sign in to comment.