test: fix Travis.
This commit is contained in:
parent
5c63177fc2
commit
345a26b04b
|
@ -20,5 +20,6 @@ install:
|
|||
- (git clone https://github.com/YosysHQ/SymbiYosys && cd SymbiYosys && make PREFIX=$HOME/.local install)
|
||||
- if ! yices -V; then (git clone https://github.com/SRI-CSL/yices2.git && cd yices2 && autoconf && ./configure --prefix=$HOME/.local && make && make install); fi
|
||||
script:
|
||||
- python setup.py develop
|
||||
- coverage run -m unittest discover
|
||||
- codecov
|
||||
|
|
Loading…
Reference in a new issue