amaranth/.travis.yml
2018-12-13 07:54:02 +00:00

10 lines
148 B
YAML

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