From 7b28d493d8a662dd8881bb3c00710d7754bb6b6a Mon Sep 17 00:00:00 2001 From: Ben Reynwar Date: Mon, 14 Oct 2019 16:53:40 -0700 Subject: [PATCH] Update travis yaml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7eb44c1..c45777a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - pip install git+https://github.com/benreynwar/slvcodec@2cb6ef81130d60b387ec0ac6cde78eb419893ff9#egg=slvcodec-0.0.0 - pip install git+https://github.com/cocotb/cocotb@0965b5a53a0d7e2ed4440af902f2d62b1525e14f#egg=cocotb-0.0.0 - pip install fusesoc pytest vunit-hdl - - pip install --process-dependency-links -e . + - pip install -e . - git clone --depth 1 https://github.com/ghdl/ghdl.git ghdl - cd ghdl - mkdir build