From 68f8dabb2909cbd9bab48a8d5c9898025f10839c Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 14 Dec 2018 14:47:03 +0000 Subject: [PATCH] Travis: install pyvcd. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2