f8bc34c9bb18aed1ff9de8668d10d711da66578a
[litex.git] / .travis.yml
1 language: python
2 python:
3 - "3.4"
4
5 install:
6 # Install iverilog package.
7 - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
8 - "sudo apt-get update"
9 - "sudo apt-get install iverilog"
10 - "iverilog -v; true"
11 # Build the vpi module.
12 - "(cd vpi; make; sudo make install)"
13
14 script:
15 - "python setup.py test"
16
17 notifications:
18 email: false
19 irc:
20 channels:
21 - chat.freenode.net#m-labs
22 template:
23 - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
24 - "Build details : %{build_url}"