summaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-08 13:18:26 -0600
committerSimon Glass <sjg@chromium.org>2019-07-23 20:27:57 -0700
commit45f449bfc1089ad21b3974b518478d5e2d9f12eb (patch)
treec9c8e8b0e0ae4df145255e7d78cedcccc09929a6 /tools/binman/README
parent093d16868af2fe09da6f6719c1e22445f961073f (diff)
binman: Add coverage tools info for Python 3
Test coverage with Python 3 requires a new package. Add details about this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/README b/tools/binman/README
index ac193f16cf..decca47bbf 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -699,7 +699,7 @@ implementations target 100% test coverage. Run 'binman -T' to check this.
To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
- $ sudo apt-get install python-coverage python-pytest
+ $ sudo apt-get install python-coverage python3-coverage python-pytest
Concurrent tests