From 1025b98c279a5889e58bc27e7f183928dbbd1735 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 14 Feb 2020 06:34:28 +0000 Subject: [PATCH] Travis: prune dependencies. bitarray is not required since commit 7df70059. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5339976..e6614c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ addons: before_install: - export PATH="/usr/lib/ccache:$HOME/.local/bin:$PATH" install: - - pip install coverage codecov pyvcd bitarray Jinja2 + - pip install coverage codecov pyvcd Jinja2 - git clone https://github.com/YosysHQ/yosys - (cd yosys && if ! yosys -V || [ $(git rev-parse HEAD $(yosys -V | awk 'match($0,/sha1 ([0-9a-f]+)/,m) { print m[1] }') | uniq | wc -l) != 1 ]; then make CONFIG=gcc ENABLE_ABC=0 PREFIX=$HOME/.local install; fi) - (git clone https://github.com/YosysHQ/SymbiYosys && cd SymbiYosys && make PREFIX=$HOME/.local install) -- 2.30.2