From 36f385a8fc15855fb3076fcc48f83d70a8bce041 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 26 May 2020 10:24:27 -0400 Subject: [PATCH] Still need Python and coverage.py --- .circleci/report-coverage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/report-coverage.sh b/.circleci/report-coverage.sh index 9f6cb79..935ffb2 100755 --- a/.circleci/report-coverage.sh +++ b/.circleci/report-coverage.sh @@ -1,4 +1,5 @@ -#! /usr/bin/env bash +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p "python.withPackages (ps: [ ps.coverage ])" set -x find ./result-doc/share/doc cp ./result-doc/share/doc/*/.coverage.* ./ -- GitLab