diff --git a/.travis.yml b/.travis.yml index 22c486ffe..e9bc0a451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -y iverilog - git clone https://github.com/jandecaluwe/myhdl.git - - cd $d/myhdl && sudo python setup.py install + - cd $d/myhdl && sudo python3 setup.py install - cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi - cd $d script: