amaranth/.travis.yml

11 lines
164 B
YAML
Raw Normal View History

2018-12-13 00:50:12 -07:00
dist: xenial
language: python
python:
- "3.6"
2018-12-13 00:50:12 -07:00
- "3.7"
install:
2018-12-14 07:47:03 -07:00
- pip install coverage codecov pyvcd
2018-12-13 00:50:12 -07:00
script:
- coverage run -m unittest discover
- codecov