2020-04-13 03:40:00 -06:00
dist : bionic
2018-12-13 00:50:12 -07:00
language : python
python :
2018-12-15 10:03:23 -07:00
- "3.6"
2018-12-13 00:50:12 -07:00
- "3.7"
2020-02-13 23:33:08 -07:00
- "3.8"
2019-07-09 01:29:01 -06:00
- "pypy3"
2018-12-17 08:51:55 -07:00
cache :
directories :
2018-12-17 16:46:46 -07:00
- "$HOME/.local"
2020-07-16 02:00:10 -06:00
- "$HOME/.cache/wasmtime"
2018-12-17 08:51:55 -07:00
before_install :
2019-01-15 17:57:09 -07:00
- if ! yices -V; then (git clone https://github.com/SRI-CSL/yices2.git && cd yices2 && autoconf && ./configure --prefix=$HOME/.local && make && make install); fi
2020-07-16 02:00:10 -06:00
- pip install coverage codecov pyvcd Jinja2 yowasp-yosys nmigen-yosys
- export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys
install :
2019-07-08 04:20:24 -06:00
- python setup.py develop
2020-07-16 02:00:10 -06:00
script :
2018-12-13 00:50:12 -07:00
- coverage run -m unittest discover
- codecov
2019-07-09 01:29:01 -06:00
matrix :
fast_finish : true