Skip to content

Commit 71d9eea

Browse files
committedFeb 14, 2020
Travis: prune dependencies.
bitarray is not required since commit 7df7005.
1 parent 3fd7fe7 commit 71d9eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
before_install:
1717
- export PATH="/usr/lib/ccache:$HOME/.local/bin:$PATH"
1818
install:
19-
- pip install coverage codecov pyvcd bitarray Jinja2
19+
- pip install coverage codecov pyvcd Jinja2
2020
- git clone https://github.com/YosysHQ/yosys
2121
- (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)
2222
- (git clone https://github.com/YosysHQ/SymbiYosys && cd SymbiYosys && make PREFIX=$HOME/.local install)

0 commit comments

Comments
 (0)
Please sign in to comment.