test: fix Travis.

This commit is contained in:
whitequark 2019-07-08 10:20:24 +00:00
parent 5c63177fc2
commit 345a26b04b

View file

@ -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