From eb9f7c13f1119de469b4319cd2353d97ae5e676d Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 21 Mar 2015 04:47:21 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42f17a017..f410aec44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,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 python3 setup.py install + - cd $d/myhdl && sudo python3.4 setup.py install - cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi - cd $d script: