amaranth/.travis.yml
2018-12-15 17:03:23 +00:00

11 lines
164 B
YAML

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