From: whitequark Date: Fri, 14 Dec 2018 14:47:03 +0000 (+0000) Subject: Travis: install pyvcd. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=858cf27fcac7fd64d3fc082f24c51cee7903c011;p=nmigen.git Travis: install pyvcd. --- diff --git a/.travis.yml b/.travis.yml index 2afbcf2..15f1c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - "3.7" install: - - pip install coverage codecov + - pip install coverage codecov pyvcd script: - coverage run -m unittest discover - codecov