From 7ec18986a17f83c0235a4b72f122396de649690b Mon Sep 17 00:00:00 2001 From: YoungHui Park Date: Thu, 29 Oct 2020 13:15:04 -0500 Subject: [PATCH] Add coverage and coveralls install --- snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets b/snippets index 753ac31..2de9ee5 100644 --- a/snippets +++ b/snippets @@ -9,3 +9,5 @@ RUN apt update \ matplotlib \ # Install pytest. && pip3 install -U pytest + # Install coverage and coveralls. + && pip3 install -U coverage coveralls PyYAML