amaranth/.travis.yml
2018-12-14 14:47:03 +00:00

10 lines
154 B
YAML

dist: xenial
language: python
python:
- "3.7"
install:
- pip install coverage codecov pyvcd
script:
- coverage run -m unittest discover
- codecov