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