amaranth/.travis.yml

10 lines
148 B
YAML
Raw Normal View History

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